-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 905 Bytes
/
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
{
"name": "chinese",
"version": "1.1.0",
"private": true,
"scripts": {
"start": "node ./app"
},
"dependencies": {
"@dtwave/mysql": "^1.0.2",
"axios": "^0.26.0",
"ioredis": "^4.28.5",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koa-router": "^10.1.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"multer": "^1.4.4",
"mysql2": "^2.3.3",
"node-schedule": "^2.1.0",
"puppeteer": "^13.5.0",
"superagent": "^7.1.1",
"uuid": "^8.3.2",
"winston": "^3.6.0",
"winston-daily-rotate-file": "^4.6.1"
},
"devDependencies": {
"@commitlint/cli": "^7.1.2",
"@commitlint/config-conventional": "^7.1.2",
"@types/koa": "^2.0.48",
"husky": "^1.0.0",
"mm": "^2.2.0",
"mocha": "^4.1.0",
"nyc": "^11.9.0",
"should": "^13.2.1",
"supertest": "^3.1.0"
}
}