-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 979 Bytes
/
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
{
"name": "darkxu-cli",
"version": "1.0.1",
"description": "this is darkxu-cli",
"main": "./src/index.js",
"bin": "./bin/www.js",
"scripts": {
"lint": "eslint src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/littleyan-xu/xu-cli.git"
},
"keywords": [],
"author": "xxyzjb",
"license": "ISC",
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^6.3.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"husky": "^3.0.5"
},
"dependencies": {
"chalk": "^2.4.2",
"commander": "^3.0.1",
"consolidate": "^0.15.1",
"download-git-repo": "^2.0.0",
"ejs": "^2.7.1",
"inquirer": "^7.0.0",
"metalsmith": "^2.3.0",
"ncp": "^2.0.0",
"ora": "^3.4.0"
}
}