-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.87 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
{
"name": "vobees",
"version": "1.0.8",
"description": "Vobi cli",
"main": "./build/index.js",
"scripts": {
"transpile": "npx babel --presets @babel/preset-env ./src --out-dir ./build --plugins @babel/plugin-transform-runtime --copy-files --ignore ./src/templates/modules ",
"build": "npm run lint && npm run transpile",
"lint": "eslint ./src",
"lint-fix": "eslint ./src --fix",
"test": "nyc mocha --require babel-core/register",
"lcov": "http-server ./coverage/lcov-report/",
"prepublishOnly": "npm run build",
"prepare": "npm run build",
"new:project": "node ./src/index.js new"
},
"keywords": [
"vobees"
],
"author": "vobi.io",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/vobi-io/vobees"
},
"bin": {
"vobees": "./build/index.js"
},
"dependencies": {
"axios": "^0.18.0",
"bluebird": "^3.5.3",
"colors": "^1.3.2",
"commander": "^2.18.0",
"download": "^7.1.0",
"download-file": "^0.1.5",
"http": "0.0.0",
"https": "^1.0.0",
"inquirer": "^6.2.0",
"mv": "^2.1.1",
"p-iteration": "^1.1.7",
"replace": "^1.0.0",
"unzip": "^0.1.11",
"lodash": "^4.17.11",
"@babel/runtime": "^7.1.2"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-transform-async-to-generator": "^7.1.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-es2017": "^7.0.0-beta.53",
"babel-plugin-transform-runtime": "^6.23.0",
"eslint": "^5.6.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^5.2.0",
"mongoose-schema-jsonschema": "^1.1.15",
"nyc": "^13.0.1",
"transform-runtime": "0.0.0"
},
"nyc": {
"reporter": [
"lcov",
"text"
]
}
}