forked from ITS-NIGHTOWL/CSSource-Texture-Installer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 747 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 747 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
{
"name": "cssource-installer",
"version": "1.2.0",
"description": "A simple utility tool to install CSSource textures into Garrys Mod from an official steam source.",
"main": "main.js",
"scripts": {
"start": "node main.js",
"build": "pkg -t node12-win-x64 main.js --config package.json --out-path bin/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ITS_N1GH7OWL",
"license": "ISC",
"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": "^0.9.0",
"ora": "^4.0.4"
},
"pkg": {
"assets": [
"assets/",
"util/"
]
}
}