-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.49 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
{
"name": "diploma_project_backend",
"version": "1.0.0",
"description": "",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"await-stream-ready": "^1.0.1",
"egg": "^2.15.1",
"egg-bcrypt": "^1.1.0",
"egg-bus": "^1.0.0-alpha.9",
"egg-cors": "^2.2.3",
"egg-jwt": "^3.1.7",
"egg-mongoose": "^3.2.0",
"egg-scripts": "^2.11.0",
"egg-validate": "^2.0.2",
"form-data": "^3.0.0",
"image-downloader": "^3.5.0",
"mocha": "^7.1.0",
"moment": "^2.24.0",
"read-last-lines": "^1.7.2",
"stream-to-array": "^2.3.0",
"stream-wormhole": "^1.1.0",
"superagent": "^5.2.2"
},
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"compressing": "^1.5.0",
"egg-bin": "^4.14.1",
"egg-ci": "^1.13.1",
"egg-mock": "^4.0.0",
"eslint": "^6.8.0",
"eslint-config-egg": "^8.0.1"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-diploma_project_backend",
"stop": "egg-scripts stop --title=egg-server-diploma_project_backend",
"dev": "egg-bin dev",
"debug": "egg-bin debug",
"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"
},
"ci": {
"version": "10"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Jiangwenzhe",
"license": "MIT"
}