-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "dingding",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/nodemon ./dist/index.js",
"build": "./node_modules/.bin/tsc",
"build-docker": "npm install && npm run build",
"watch": "./node_modules/.bin/tsc --watch"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/config": "^0.0.41",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/node": "^17.0.21",
"@types/node-fetch": "^2.6.1",
"@types/node-schedule": "^1.3.2",
"@types/redis": "^4.0.11",
"@types/socket.io": "^3.0.2",
"nodemon": "^2.0.15",
"ts-node": "^10.7.0",
"typescript": "^4.6.2",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@alicloud/pop-core": "^1.7.10",
"body-parser": "^1.20.0",
"config": "^3.3.7",
"cors": "^2.8.5",
"express": "^4.17.3",
"moment": "^2.29.1",
"node-fetch": "^2.6.7",
"node-schedule": "^2.1.0",
"redis": "^4.0.6",
"socket.io": "^4.4.1",
"tslib": "^2.3.1"
}
}