-
Notifications
You must be signed in to change notification settings - Fork 271
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.97 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 1.97 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
67
68
69
70
71
72
73
74
75
76
77
{
"name": "cnode",
"version": "1.0.0",
"description": "",
"private": true,
"dependencies": {
"autolinker": "^3.14.3",
"await-stream-ready": "^1.0.1",
"bcryptjs": "^2.4.3",
"data2xml": "^1.3.4",
"egg": "^2.33.1",
"egg-alinode": "^2.0.1",
"egg-mongoose": "^3.3.1",
"egg-passport": "^2.1.1",
"egg-passport-github": "^1.0.0",
"egg-passport-local": "^1.2.1",
"egg-redis": "^2.4.0",
"egg-router-plus": "^2.0.0",
"egg-scripts": "^2.15.2",
"egg-validate": "^2.0.2",
"egg-view-ejs": "^2.0.1",
"loader": "^2.1.1",
"loader-koa": "^2.0.1",
"lodash": "^4.17.21",
"markdown-it": "^12.3.0",
"moment": "^2.29.1",
"mongoose": "^6.1.4",
"nodemailer": "^6.7.2",
"nodemailer-smtp-transport": "^2.7.4",
"qiniu": "^7.4.0",
"stream-wormhole": "^1.1.0",
"utility": "^1.17.0",
"uuid": "^8.3.2",
"validator": "^13.7.0",
"webuploader": "^0.1.8",
"xmlbuilder": "^15.1.1",
"xss": "^1.0.10"
},
"devDependencies": {
"autod": "^3.1.2",
"autod-egg": "^1.1.0",
"egg-bin": "^4.16.4",
"egg-ci": "^1.19.0",
"egg-mock": "^4.2.0",
"eslint": "^8.5.0",
"eslint-config-egg": "^10.0.0",
"webstorm-disable-index": "^1.2.0"
},
"engines": {
"node": ">=8.9.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-cnode",
"stop": "egg-scripts stop --title=egg-server-cnode",
"restart": "npm run stop && npm run start",
"docker": "egg-scripts start --title=egg-server-cnode",
"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",
"assets": "loader app/view app/"
},
"ci": {
"version": "8",
"services": "redis-server, mongodb"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "MIT"
}