-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 923 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@tryforge/forge.api",
"description": "ForgeAPI, the best way to interact with your ForgeScript bot and it's server.",
"version": "1.0.1",
"main": "dist/index.js",
"scripts": {
"test": "tsc && node dist/__tests__"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tryforge/ForgeAPI.git"
},
"author": "aggelos007",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/tryforge/ForgeAPI/issues"
},
"homepage": "https://github.com/tryforge/ForgeAPI#readme",
"devDependencies": {
"@tryforge/forgescript": "^1.4.0",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.5.7",
"typedoc": "^0.25.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@tryforge/webserver": "^1.0.2",
"jsonwebtoken": "^9.0.2"
}
}