-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·52 lines (52 loc) · 1.09 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
{
"name": "egg-shell-plus",
"version": "1.3.9",
"description": "",
"egg": {
"typescript": true,
"declarations": true
},
"dependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"egg": "^2.6.1",
"egg-scripts": "^2.6.0",
"egg-shell-plus": "^1.0.0",
"gitignore-parser": "0.0.2",
"koa-static-cache": "^5.1.2",
"koa-swagger-joi": "^1.0.9",
"reflect-metadata": "^0.1.13",
"typedi": "^0.8.0"
},
"devDependencies": {
"@types/joi": "^14.3.3",
"@types/mocha": "^2.2.40",
"@types/node": "^7.0.12",
"@types/supertest": "^2.0.0",
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"egg-bin": "^4.11.0",
"egg-ci": "^1.8.0",
"egg-mock": "^3.16.0",
"egg-ts-helper": "^1.25.2",
"prettier": "^1.18.2",
"tslib": "^1.9.0",
"tslint": "^5.0.0",
"tslint-config-egg": "^1.0.0",
"typescript": "^3.0.0"
},
"engines": {
"node": ">=8.9.0"
},
"ci": {
"version": "8"
},
"repository": {
"type": "git",
"url": ""
},
"eslintIgnore": [
"coverage"
],
"author": "",
"license": "MIT"
}