-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.35 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
{
"name": "xtuapi",
"version": "2.1.0",
"description": "为开发者提供湘大相关的数据支持",
"main": "app.js",
"scripts": {
"start": "NODE_NEV=prod pm2 start ./build/bin/start.js --name 'xtuapi'",
"dev": "NODE_ENV=dev supervisor ./build/bin/start.js",
"test": "NODE_ENV=test mocha ./build/ --recursive -t 10000 -s 1000",
"test:user": "NODE_ENV=test mocha ./build/test/user.test.js -t 60000 -s 1000",
"test:blog": "NODE_ENV=test mocha ./build/test/blog.test.js -t 60000 -s 1000",
"robot:blog": "NODE_ENV=robot pm2 start ./build/robot/blog.js --name 'xtuapi-robot-blog' -i 1",
"robot:classroom": "NODE_ENV=robot pm2 start ./build/robot/classroom.js --name 'xtuapi-robot-classroom' -i 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xtuJSer/xtuapi.git"
},
"keywords": [
"xtu"
],
"author": "xtuJSer",
"license": "ISC",
"bugs": {
"url": "https://github.com/xtuJSer/xtuapi/issues"
},
"homepage": "https://github.com/xtuJSer/xtuapi#readme",
"dependencies": {
"@types/chai": "^4.1.1",
"@types/cheerio": "^0.22.7",
"@types/gm": "^1.17.33",
"@types/jsonwebtoken": "^7.2.5",
"@types/koa": "^2.0.43",
"@types/koa-bodyparser": "^3.0.26",
"@types/koa-router": "^7.0.27",
"@types/mocha": "^5.2.0",
"@types/mongoose": "^4.7.32",
"@types/node-schedule": "^1.2.2",
"@types/nodemailer": "^4.6.0",
"@types/nodemailer-smtp-transport": "^2.7.4",
"@types/superagent": "^3.5.6",
"@types/supertest": "^2.0.4",
"cheerio": "^1.0.0-rc.2",
"eventproxy": "^1.0.0",
"gm": "^1.23.1",
"iconv-lite": "^0.4.19",
"jsonwebtoken": "^8.1.0",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.3.0",
"koa-session": "^5.5.1",
"koa-static": "^4.0.2",
"mongoose": "^4.13.9",
"node-schedule": "^1.3.0",
"node-tesseract": "^0.2.7",
"nodemailer": "^4.6.4",
"nodemailer-smtp-transport": "^2.7.4",
"superagent": "^3.8.2",
"superagent-charset": "^1.2.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.15.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^3.5.3",
"supertest": "^3.0.0",
"supervisor": "^0.12.0"
}
}