-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.4 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
59
60
61
62
63
64
65
{
"name": "egg-pig",
"description": "nestjs in egg",
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"Decorators",
"nest",
"nestjs"
],
"author": "YV",
"license": "ISC",
"main": "index.js",
"eggPlugin": {
"name": "eggpig"
},
"bugs": {
"url": "https://github.com/yviscool/egg-pig/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yviscool/egg-pig"
},
"dependencies": {
"@eggjs/router": "^2.0.0",
"globby": "^9.2.0",
"inflection": "^1.12.0",
"is-type-of": "^1.2.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.2",
"uuid": "^8.3.0",
"class-transformer": "^0.3.1",
"class-validator": "^0.12.2"
},
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.0.0",
"await-stream-ready": "^1.0.1",
"egg": "^2.21.1",
"egg-bin": "^4.12.3",
"egg-ci": "^1.11.0",
"egg-mock": "^3.22.2",
"egg-view-nunjucks": "^2.2.0",
"eslint": "^5.16.0",
"eslint-config-egg": "^7.3.1",
"mz": "^2.7.0",
"mz-modules": "^2.1.0",
"stream-wormhole": "^1.0.3",
"tslib": "^1.9.0",
"tslint": "^5.15.0",
"webstorm-disable-index": "^1.2.0"
},
"engines": {
"node": ">=8.9.0"
},
"scripts": {
"test": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint -- --fix && npm run cov",
"autod": "autod"
},
"version": "1.0.2"
}