-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
61 lines (61 loc) · 1.64 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
{
"name": "vmnepentheserver",
"version": "0.0.7",
"description": "忘忧大陆服务端接口项目,包括账户登录注册,角色权限管理,附件管理,分类,职业,发帖,评论,关注等",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"alipay-sdk": "^3.2.0",
"egg": "^2.31.0",
"egg-alinode": "^2.0.1",
"egg-bcrypt": "^1.1.0",
"egg-cors": "^2.2.3",
"egg-jwt": "^3.1.7",
"egg-mongoose": "^3.2.0",
"egg-parameters": "^1.1.2",
"egg-redis": "^2.4.0",
"egg-router-plus": "^1.3.1",
"egg-scripts": "^2.15.1",
"egg-socket.io": "^4.1.6",
"egg-validate": "^2.0.2",
"mocha": "^8.4.0",
"nodemailer": "^6.7.0",
"upyun": "^3.4.4"
},
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"egg-bin": "^4.16.4",
"egg-ci": "^1.19.0",
"egg-mock": "^3.26.0",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.1.0"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"start": "EGG_SERVER_ENV=prod egg-scripts start --daemon --title=vmnepentheserver",
"stop": "egg-scripts stop --title=vmnepentheserver",
"dev": "EGG_SERVER_ENV=local egg-bin dev --sticky",
"dev:pre": "EGG_SERVER_ENV=pre egg-bin dev --sticky",
"debug": "EGG_SERVER_ENV=local egg-bin debug --sticky",
"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": "lzan13",
"license": "MIT"
}