-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.36 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
{
"name": "mightyena",
"version": "1.0.0",
"description": "",
"private": true,
"dependencies": {
"@midwayjs/bootstrap": "^3.0.0",
"@midwayjs/core": "^3.0.0",
"@midwayjs/decorator": "^3.0.0",
"@midwayjs/typeorm": "3",
"@midwayjs/validate": "^3.11.6",
"@midwayjs/web": "^3.0.0",
"dayjs": "^1.11.7",
"egg": "^2.0.0",
"egg-cors": "^2.2.3",
"joi": "17.9.1",
"mysql2": "^3.3.2",
"qs": "^6.11.2",
"typeorm": "^0.3.16"
},
"devDependencies": {
"@midwayjs/cli": "^2.0.0",
"@midwayjs/egg-ts-helper": "^1.0.1",
"@midwayjs/mock": "^3.0.0",
"@types/jest": "^29.2.0",
"@types/node": "14",
"@types/qs": "^6.9.7",
"cross-env": "^6.0.0",
"egg-mock": "^3.26.0",
"jest": "^29.2.2",
"mwts": "^1.0.5",
"ts-jest": "^29.0.3",
"typescript": "~4.8.0"
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"start": "cross-env NODE_ENV=production node bootstrap.js",
"dev": "cross-env ets && cross-env NODE_ENV=local midway-bin dev --ts",
"test": "midway-bin test --ts",
"cov": "midway-bin cov --ts",
"lint": "mwts check",
"lint:fix": "mwts fix",
"ci": "npm run cov",
"build": "midway-bin build -c"
},
"midway-bin-clean": [
".vscode/.tsbuildinfo",
"dist"
],
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "MIT"
}