-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 948 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
41
42
43
{
"name": "@midwayjs/luckyeye",
"version": "1.1.0",
"description": "check node.js application",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"bin": {
"luckyeye": "bin/luckyeye"
},
"files": [
"bin",
"dist/**/*.js",
"dist/**/*.d.ts"
],
"scripts": {
"test": "midway-bin test --ts",
"cov": "midway-bin cov --ts",
"build": "midway-bin build -c && rm -rf dist/.mwcc-cache"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"find-root": "^1.1.0",
"ms": "^2.1.1",
"queue": "^6.0.0",
"semver": "^7.3.4",
"supports-color": "^8.1.0"
},
"engines": {
"node": ">= 10.0.0"
},
"devDependencies": {
"@midwayjs/cli": "^1.0.0",
"@types/jest": "^26.0.10",
"@types/node": "^10.17.21",
"mwts": "^1.0.5",
"typescript": "^4.1.0"
},
"repository": {
"type": "git",
"url": "http://github.com/midwayjs/luckyeye.git"
}
}