-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 893 Bytes
/
package.json
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
32
33
34
{
"name": "wisp_addon_manager",
"version": "1.3.3",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "Manages a Wisp-based Gmod server's addons",
"scripts": {
"start": "tsc && node dist/index.js",
"build": "npx @vercel/[email protected] build index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CFC-Servers/wisp_addon_manager.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CFC-Servers/wisp_addon_manager/issues"
},
"homepage": "https://github.com/CFC-Servers/wisp_addon_manager#readme",
"dependencies": {
"@octokit/rest": "^20.0.1",
"diff": "^7.0.0",
"socket.io-client": "^4.7.2",
"typescript": "^5.1.6",
"wispjs": "^2.3.6",
"yaml": "^2.3.2"
},
"devDependencies": {
"@types/diff": "^6.0.0",
"@types/node": "^20.5.1"
}
}