UNPKG

996 BJSONView Raw
1{
2 "name": "askconfig",
3 "version": "4.0.2",
4 "description": "Node.js module to ask for configuration via interactive shell",
5 "main": "lib",
6 "scripts": {
7 "test": "./ci/test.js",
8 "prepare": "./ci/build.js"
9 },
10 "repository": "okunishinishi/node-askconfig",
11 "keyword": [
12 "interactive",
13 "ask",
14 "config"
15 ],
16 "author": {
17 "name": "Taka Okunishi",
18 "url": "http://okunishitaka.com"
19 },
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/okunishinishi/node-askconfig/issues"
23 },
24 "homepage": "https://github.com/okunishinishi/node-askconfig#readme",
25 "dependencies": {
26 "argx": "^3.0.0",
27 "cli-color": "^1.1.0",
28 "objnest": "^5.0.2"
29 },
30 "devDependencies": {
31 "amocha": "^5.0.0",
32 "ape-releasing": "^4.0.4",
33 "ape-tasking": "^4.0.8",
34 "ape-tmpl": "^6.0.10",
35 "ape-updating": "^5.0.1",
36 "coz": "^7.0.2",
37 "coz-tmpl": "^1.2.1",
38 "injectmock": "^2.0.0"
39 },
40 "engines": {
41 "node": ">=8",
42 "npm": ">=5"
43 }
44}