-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.32 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": "ebuild-cli",
"version": "0.2.13",
"description": "A project for build a project easily",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"ebuild": "bin/ebuild.js",
"ebuild-init": "bin/ebuild-init.js",
"ebuild-run": "bin/ebuild-run.js",
"ebuild-count": "bin/ebuild-count.js",
"ebuild-gen": "bin/ebuild-gen.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theajack/ebuild-cli.git"
},
"keywords": [
"Build-project",
"Easy-build"
],
"author": "theajack <theajack@qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/theajack/ebuild-cli/issues"
},
"dependencies": {
"chalk": "^3.0.0",
"commander": "^4.0.1",
"copy-dir": "^1.3.0",
"count-code-line": "^0.0.4",
"download-git-repo": "^3.0.2",
"inquirer": "^7.0.1",
"lite-server": "^2.5.4",
"log-progress": "^1.0.5"
},
"homepage": "https://github.com/theajack/ebuild-cli#readme",
"devDependencies": {
"@babel/core": "^7.6.4",
"babel-eslint": "^10.0.3",
"eslint": "^6.5.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}