forked from 54sword/api.xiaoduyu.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.84 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": "xiaoduyu-api",
"version": "2.4.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development supervisor node ./dist/src/index.js",
"dist": "tsc",
"watch-ts": "tsc -w",
"pro": "node ./dist/src/index.js",
"install-to-server": "node ./scripts/install.js",
"update-to-server": "node ./scripts/update.js",
"mongodb": "/Users/wuseijian/mongodb-3.6.2/bin/mongod --dbpath /Users/wuseijian/mongodb-3.6.2/data/db"
},
"dependencies": {
"@alicloud/sms-sdk": "^1.0.2",
"@types/cookie-parser": "^1.4.1",
"@types/express-rate-limit": "^3.3.0",
"@types/graphql": "^14.0.5",
"@types/helmet": "0.0.42",
"@types/jsonwebtoken": "^8.3.0",
"@types/mongoose": "^5.3.12",
"@types/morgan": "^1.7.35",
"@types/node-fetch": "^2.5.4",
"@types/node-uuid": "0.0.28",
"@types/request": "^2.48.1",
"@types/socket.io": "^2.1.2",
"aliyun-sdk": "^1.12.3",
"apollo-errors": "^1.9.0",
"apollo-server-cache-memcached": "^0.5.0",
"apollo-server-express": "^2.9.14",
"apollo-server-plugin-response-cache": "^0.2.4",
"async": "^1.4.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"captchapng": "^0.0.1",
"cookie-parser": "^1.4.3",
"cross-env": "^5.2.0",
"crypto": "^1.0.1",
"crypto-js": "^3.1.9-1",
"express": "^4.16.4",
"express-rate-limit": "^3.3.2",
"graphql": "^14.4.2",
"graphql-tools": "^4.0.4",
"helmet": "^3.15.0",
"jsonwebtoken": "^8.4.0",
"log4js": "^6.1.0",
"lru-cache": "^5.1.1",
"mongoose": "^5.7.11",
"morgan": "^1.9.1",
"node-uuid": "^1.4.8",
"nodemailer": "^0.7.1",
"qiniu": "^6.1.13",
"rate-limit-mongo": "^1.0.3",
"request": "^2.88.2",
"sendcloud-client": "^0.1.1",
"socket.io": "^2.2.0",
"svg-captcha": "^1.4.0",
"xss": "^1.0.6"
},
"devDependencies": {}
}