-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 1006 Bytes
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 1006 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
37
38
39
40
41
{
"name": "avanti-cli",
"version": "0.4.3",
"description": "",
"main": "dist/index.js",
"bin": {
"avanti": "bin/avanti"
},
"scripts": {
"prepare": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IONlu/avanti-cli.git"
},
"peerDependencies": {
"avanti-core": "0.7.x"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/IONlu/avanti-cli/issues"
},
"homepage": "https://github.com/IONlu/avanti-cli#readme",
"dependencies": {
"chalk": "^2.4.2",
"inquirer": "^6.5.2",
"table": "^5.4.6",
"yargonaut": "^1.1.4",
"yargs": "^13.2.2"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-register": "^6.26.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0"
}
}