-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.11 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
{
"name": "@atools/cf",
"version": "1.0.12",
"description": "a guided and prescriptive CLI creator.",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"bin": {
"cf": "bin/cf"
},
"scripts": {
"lint": "eslint --ext .js src/** commands/** --fix",
"dev": "babel src --out-dir lib --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src --out-dir lib",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qddegtya/cf.git"
},
"keywords": [
"cli"
],
"author": "xiaoa",
"license": "MIT",
"bugs": {
"url": "https://github.com/qddegtya/cf/issues"
},
"homepage": "https://github.com/qddegtya/cf#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^10.1.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-1": "^6.24.1",
"debug": "^4.3.1",
"eslint": "^7.18.0"
},
"dependencies": {
"co": "^4.6.0",
"commander": "^7.0.0",
"inquirer": "^7.3.3",
"map-stream": "^0.0.7",
"vinyl-fs": "^3.0.3",
"xajs": "1.0.x"
}
}