-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 834 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 834 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
33
34
35
36
{
"name": "altv-pkg",
"version": "1.0.3",
"description": "A CLI tool for installing open source resourced and their dependencies.",
"main": "bin/index.js",
"author": "stuyk",
"license": "ISC",
"bin": {
"altv-pkg": "./bin/altv-pkg.js"
},
"dependencies": {
"async-execute": "^1.2.0",
"axios": "latest",
"chalk": "^4.1.0",
"commander": "^6.0.0",
"download": "^8.0.0",
"node-fetch": "^2.6.0",
"rimraf": "^3.0.2"
},
"prettier": {
"tabWidth": 4,
"semi": true,
"printWidth": 120,
"singleQuote": true
},
"repository": {
"type": "git",
"url": "https://github.com/Stuyk/altv-pkg.git"
},
"keywords": [
"altv",
"cli",
"tool",
"alt:V"
]
}