forked from zerefdev/altv-pkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 692 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 692 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
32
{
"name": "altv-pkg2",
"version": "1.0.3",
"description": "Install alt:V Binaries Quickly",
"main": "bin/index.js",
"author": "stuyk forked by eris",
"license": "ISC",
"bin": {
"altv-pkg2": "./bin/altv-pkg.js"
},
"dependencies": {
"axios": "^0.26.1",
"chalk": "^4.1.0",
"discord-rpc": "4.0.1"
},
"prettier": {
"tabWidth": 4,
"semi": true,
"printWidth": 120,
"singleQuote": true
},
"repository": {
"type": "git",
"url": "https://github.com/NathanX-S/altv-pkg2.git"
},
"keywords": [
"altv",
"cli",
"tool",
"alt:V"
]
}