forked from midwayjs/midway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"name": "@midwayjs/definition",
"version": "1.10.8",
"description": "declare all midway dependencies by typescript definition",
"typings": "dist/index.d.ts",
"scripts": {
"build": "npm run lint && midway-bin build -c",
"lint": "../../node_modules/.bin/tslint --format prose -c ../../tslint.json --fix 'src/**/*.ts' 'test/**/*.ts'",
"test": "npm run lint && midway-bin clean && NODE_ENV=test midway-bin test --ts",
"cov": "midway-bin cov --ts",
"ci": "npm run test",
"autod": "midway-bin autod"
},
"dependencies": {
"egg": "^2.20.0",
"egg-logger": "^2.3.2"
},
"devDependencies": {
"midway-bin": "^1.10.8"
},
"keywords": [
"midway",
"typings",
"definition"
],
"engines": {
"node": ">= 8.0.0"
},
"author": "Harry Chen <[email protected]>",
"repository": {
"type": "git",
"url": "http://github.com/midwayjs/midway.git"
},
"publishConfig": {
"access": "public"
},
"gitHead": "4393fb22237a0e54ec8330f65475ee8d6a9c823b"
}