-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.89 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
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "mixlab",
"version": "1.0.0",
"description": "",
"private": true,
"dependencies": {
"ajv": "^5.5.2",
"await-stream-ready": "^1.0.1",
"bcryptjs": "^2.4.3",
"data2xml": "^1.2.5",
"egg": "^2.2.1",
"egg-alinode": "^2.0.1",
"egg-mongoose": "^2.1.1",
"egg-passport": "^2.0.1",
"egg-passport-github": "^1.0.0",
"egg-passport-local": "^1.2.1",
"egg-redis": "^2.0.0",
"egg-router-plus": "^1.2.0",
"egg-scripts": "^2.5.0",
"egg-validate": "^1.0.0",
"egg-view-ejs": "^2.0.0",
"loader": "^2.1.1",
"loader-builder": "^2.6.0",
"loader-koa": "^2.0.1",
"lodash": "^4.17.5",
"markdown-it": "^8.4.1",
"mocha": "^5.2.0",
"nodemailer": "^4.6.2",
"nodemailer-smtp-transport": "^2.7.4",
"qiniu": "^7.1.3",
"stream-wormhole": "^1.0.3",
"uuid": "^3.2.1",
"validator": "^9.4.1",
"xmlbuilder": "^9.0.7"
},
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.0.0",
"egg-bin": "^4.3.5",
"egg-ci": "^1.8.0",
"egg-mock": "^3.14.0",
"eslint": "^4.11.0",
"eslint-config-egg": "^6.0.0",
"webstorm-disable-index": "^1.2.0"
},
"engines": {
"node": ">=8.9.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-mixlab",
"stop": "egg-scripts stop --title=egg-server-mixlab",
"restart": "npm run stop && npm run start",
"docker": "egg-scripts start --title=egg-server-mixlab",
"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"
}