package.json
1.71 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
{
"name": "ncov",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check": "eslint ./server --quiet"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"connect-redis": "^4.0.3",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"express-session": "^1.17.0",
"fs-extra": "^8.1.0",
"kml-api-request": "git+ssh://git@gitlab.kmlab.com/comm/api-request.git#1.2.0",
"kml-customize": "git+ssh://git@gitlab.kmlab.com/comm/customize.git#1.0.0",
"kml-express-stage-lib": "git+ssh://git@gitlab.kmlab.com/comm/express-stage-lib.git#1.1.0",
"kml-express-stage-mw": "git+ssh://git@gitlab.kmlab.com/comm/express-stage-mw.git#1.1.0",
"kml-id-worker": "^1.0.4",
"kml-oauth-app-client": "git+ssh://git@gitlab.kmlab.com/danny/kml-oauth-app-client.git#1.5.0",
"kml-original-url-mw": "git+ssh://git@gitlab.kmlab.com/comm/original-url-mw.git#1.0.0",
"kml-po-abstract": "git+ssh://git@gitlab.kmlab.com/entities/po-abstract.git#1.1.2",
"kml-redis-tools": "git+ssh://git@gitlab.kmlab.com/comm/redis-tools.git#1.0.0",
"kml-si-client": "git+ssh://git@gitlab.kmlab.com/comm/si-client.git#1.1.0",
"kml-si-oauth-sdk": "git+ssh://git@gitlab.kmlab.com/saas/oauth-sdk.git#1.2.0",
"kml-weapp-mw": "git+ssh://git@gitlab.kmlab.com/comm/weapp-mw.git#1.2.1",
"kml-wxapi": "git+ssh://git@gitlab.kmlab.com/comm/wxapi.git#1.16.0",
"log4js": "^6.1.0",
"method-override": "^3.0.0",
"moment": "^2.24.0",
"node-cron": "^2.0.3",
"pg": "^7.17.1",
"redis": "^2.8.0",
"request-ip": "^2.1.3",
"sequelize": "^5.21.3",
"shelljs": "^0.8.3"
}
}