-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.4 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
57
58
59
60
61
62
63
64
65
66
{
"name": "egg-swaggerbox",
"version": "1.3.3",
"description": "swagger box for egg",
"eggPlugin": {
"name": "swaggerbox"
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin"
],
"dependencies": {
"ajv": "^6.5.4",
"co": "^4.6.0",
"debug": "^4.0.1",
"egg-path-matching": "^1.0.1",
"is-type-of": "^1.2.1",
"koa-convert": "^1.2.0",
"koa-static-cache": "^5.1.2",
"lodash": "^4.17.11",
"swagger-parser": "^5.0.5",
"tv4-x": "^1.2.8"
},
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"egg": "^2.11.2",
"egg-bin": "^4.9.0",
"egg-ci": "^1.9.2",
"egg-mock": "^3.20.1",
"eslint": "^5.6.1",
"eslint-config-egg": "^7.1.0",
"webstorm-disable-index": "^1.2.0"
},
"scripts": {
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"autod": "autod"
},
"files": [
"app.js",
"config",
"app",
"lib"
],
"ci": {
"version": "8, 10"
},
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okoala/egg-swaggerbox.git"
},
"bugs": {
"url": "https://github.com/okoala/egg-swaggerbox/issues"
},
"homepage": "https://github.com/okoala/egg-swaggerbox#readme",
"author": "okoala",
"license": "MIT"
}