-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.22 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
{
"name": "cli-ify",
"version": "1.4.0",
"description": "A framework for building cli with node.js",
"main": "app.js",
"scripts": {
"test": "node ./node_modules/gulp/bin/gulp pre-commit",
"preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Efabien/cli-ify.git"
},
"keywords": [
"cli",
"framework"
],
"author": "Efabien",
"license": "ISC",
"bugs": {
"url": "https://github.com/Efabien/cli-ify/issues"
},
"homepage": "https://github.com/Efabien/cli-ify#readme",
"dependencies": {
"callsite": "^1.0.0",
"colors": "^1.4.0",
"joi": "^17.3.0",
"js-yaml": "^3.14.0",
"lodash": "^4.17.20",
"omelette": "^0.4.17",
"ora": "^5.1.0",
"prompt": "^1.0.0",
"yargs": "^16.0.3"
},
"devDependencies": {
"eslint": "^3.5.0",
"eslint-config-standard": "^6.0.1",
"eslint-config-loocho": "^2.0.0",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-standard": "^2.0.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"guppy-pre-commit": "^0.4.0"
},
"resolutions": {
"graceful-fs": "^4.2.9"
}
}