-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 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
39
{
"name": "midway-swagger",
"version": "1.0.3",
"author": "vfasky <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/MMF-FE/midway-swagger.git"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/lodash": "^4.14.119",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.18",
"fs-extra": "^8.1.0",
"lerna": "^3.14.1",
"lerna-relinker": "^1.4.0",
"light-generator": "^1.1.0",
"midway-bin": "1",
"midway-init": "^1.20.1",
"typescript": "^3.5.1"
},
"scripts": {
"test": "midway-bin test --timeout=120000",
"cov": "midway-bin cov --timeout=120000"
},
"boilerplateConfig": {
"root": "boilerplate",
"replaceParameter": "index.js",
"replaceFile": [
"_package.json",
"*.md",
"src/config/config.default.ts"
]
},
"files": [
"boilerplate",
"index.js"
]
}