-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 765 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 765 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
{
"name": "mta-cli",
"version": "0.3.0",
"description": "CLI for Multi Theft Auto modification",
"repository": {
"type": "git",
"url": "https://github.com/pawel-miczka/mta-cli"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node ./scripts/postinstall.js"
},
"keywords": [
"cli",
"mtasa"
],
"author": "Paweł Miczka <piorunx@gmail.com>",
"license": "ISC",
"bin": {
"mta": "./bin/index.js"
},
"dependencies": {
"axios": "^0.19.2",
"chalk": "^3.0.0",
"chokidar": "^3.3.1",
"commander": "^4.1.1",
"consola": "^2.11.3",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.4",
"node-unzip-2": "^0.2.8",
"xml2js": "^0.4.23"
}
}