forked from popomore/projj
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.19 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
50
51
52
53
54
55
56
57
58
{
"name": "projj",
"version": "2.1.0",
"description": "Manage repository easily.",
"dependencies": {
"chalk": "^3.0.0",
"clipboardy": "^2.1.0",
"common-bin": "^2.8.3",
"giturl": "^1.0.1",
"inquirer": "^7.0.3",
"mz": "^2.7.0",
"mz-modules": "^2.1.0",
"ora": "^4.0.3",
"runscript": "^1.4.0",
"through2": "^3.0.1",
"utility": "^1.16.3",
"zlogger": "^1.1.0"
},
"devDependencies": {
"autod": "^3.1.0",
"coffee": "^5.2.2",
"egg-bin": "^4.14.1",
"egg-ci": "^1.13.1",
"eslint": "^6.8.0",
"eslint-config-egg": "^8.0.1",
"mm": "^2.5.0"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"autod": "autod",
"lint": "eslint .",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"ci": "npm run lint && npm run cov"
},
"ci": {
"version": "10, 12",
"license": {
"fullname": "popomore"
}
},
"bin": {
"projj": "bin/projj.js"
},
"files": [
"bin",
"lib"
],
"repository": {
"type": "git",
"url": "git@github.com:popomore/projj.git"
},
"author": "popomore <sakura9515@gmail.com>",
"license": "MIT"
}