forked from ITS-NIGHTOWL/CSSource-Texture-Installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 853 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
{
"name": "css-texture-installer-plus",
"version": "1.3.0",
"description": "An easy to use, straight forward Counter Strike: Source texture installer for Garry's Mod.",
"main": "main.js",
"scripts": {
"start": "node main.js",
"build": "node prebuild.js && npx pkg -t node12-win-x64 main.js --config package.json --out-path bin/ && node postbuild.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "zulc22",
"license": "GPL-3.0-or-later",
"dependencies": {
"axios": "^0.21.1",
"chalk": "^4.0.0",
"colors": "^1.4.0",
"enquirer": "^2.3.5",
"figlet": "^1.3.0",
"fs-extra": "^9.0.0",
"node-7z": "^2.1.1",
"node-pty": "^1.0.0",
"ora": "^4.0.4",
"regedit": "^5.1.3",
"vdf-parser": "^1.2.0"
},
"pkg": {
"assets": [
"assets/",
"util/"
]
}
}