forked from node-modules/runscript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.3 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.3 KB
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
{
"name": "runscript",
"version": "1.5.2",
"description": "Run script easy!",
"main": "index.js",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"contributor": "git-contributor",
"test": "npm run lint && egg-bin test",
"test-cov": "egg-bin cov",
"lint": "eslint index.js test --fix",
"ci": "npm run lint && npm run test-cov",
"autod": "autod -w --prefix '^'"
},
"dependencies": {
"debug": "^2.6.8",
"is-type-of": "^1.1.0"
},
"devDependencies": {
"@types/node": "^12.0.8",
"autod": "^3.1.0",
"egg-bin": "^1.11.1",
"egg-ci": "^1.8.0",
"eslint": "^4.19.1",
"eslint-config-egg": "^6.0.0",
"git-contributor": "^1.0.10",
"typescript": "^3.9.3"
},
"homepage": "https://github.com/node-modules/runscript",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/runscript.git",
"web": "https://github.com/node-modules/runscript"
},
"bugs": {
"url": "https://github.com/node-modules/runscript/issues"
},
"keywords": [
"runscript",
"run-script",
"npm run"
],
"engines": {
"node": ">=4.2.3"
},
"ci": {
"version": "8, 10, 12, 14, 16",
"type": "github",
"npminstall": false
},
"author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
"license": "MIT"
}