forked from JasperV/maf-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.28 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "maf-cli",
"version": "1.8.0",
"description": "MAF SDK Command Line Interface",
"main": "index.js",
"bin": {
"maf": "bin/cli.js"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"scripts": {
"start": "node index.js",
"prepare": "pkg-ok",
"preversion": "pkg-ok",
"postinstall": "./scripts/cert.sh",
"release": "release-it",
"commit": "git-cz"
},
"keywords": [
"MAF",
"MAF3-SDK",
"CLI",
"MAF-CLI"
],
"repository": {
"type": "git",
"url": "git+https://github.com/JasperV/maf-cli.git"
},
"author": "JasperV (https://git.io/jasperv)",
"license": "MIT",
"bugs": {
"url": "https://github.com/JasperV/maf-cli/issues"
},
"homepage": "https://github.com/JasperV/maf-cli#readme",
"devDependencies": {
"commitizen": "2.10.1",
"cz-conventional-changelog": "2.1.0",
"eslint": "4.19.1",
"pkg-ok": "2.2.0",
"release-it": "7.4.7"
},
"dependencies": {
"@godaddy/terminus": "2.2.0",
"ansi-colors": "2.0.1",
"ansi-escapes": "3.1.0",
"archiver": "2.1.1",
"archy": "1.0.0",
"array-sort": "1.0.0",
"async-retry": "1.2.1",
"boxen": "1.3.0",
"clear": "0.1.0",
"color-support": "1.1.3",
"compression": "1.7.2",
"death": "1.1.0",
"dotenv": "6.0.0",
"express": "4.16.3",
"form-data": "2.3.2",
"glob-watcher": "5.0.1",
"google-closure-compiler-js": "20180506.0.0",
"hostile": "1.3.2",
"http-proxy": "1.17.0",
"inquirer": "6.0.0",
"is-git-url": "1.0.0",
"is-ip": "2.0.0",
"is-semver": "1.0.8",
"is-url": "1.2.4",
"isobject": "3.0.1",
"liftoff": "2.5.0",
"mkdirp-promise": "5.0.1",
"morgan": "1.9.1",
"mute-stdout": "1.0.0",
"ngrok": "3.0.1",
"node-fetch": "2.1.2",
"node-notifier": "5.2.1",
"node-persist": "3.0.1",
"ora": "2.1.0",
"please-upgrade-node": "3.0.2",
"plur": "3.0.1",
"pretty-hrtime": "1.0.3",
"replace-homedir": "1.0.0",
"request-stats": "3.0.0",
"shelljs": "0.8.2",
"source-map": "0.7.3",
"string-width": "2.1.1",
"undertaker": "1.2.0",
"update-notifier": "2.5.0",
"vinyl-fs": "3.0.3",
"xml2json": "0.11.2",
"yargs": "7.1.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}