forked from Wiredcraft/test-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 971 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
40
41
{
"name": "wired-carft-test",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"start": "node app"
},
"description": "WiredCarftTest",
"author": {
"name": ""
},
"main": "app.js",
"dependencies": {
"@types/ioredis": "4.26.7",
"@types/request": "^2.48.7",
"body-parser": "1.19.0",
"debug": "2.2.0",
"express": "4.14.0",
"ioredis": "4.27.8",
"log4js": "6.3.0",
"moment": "2.29.1",
"mysql2": "2.3.0",
"pug": "2.0.0-rc.3",
"reflect-metadata": "0.1.13",
"request": "^2.88.2",
"sequelize": "6.6.2",
"sequelize-typescript": "2.1.0",
"ts-node": "10.2.1"
},
"devDependencies": {
"@types/debug": "0.0.30",
"@types/express": "^4.0.37",
"@types/express-serve-static-core": "^4.0.50",
"@types/mime": "^1.3.1",
"@types/node": "^14.14.7",
"@types/serve-static": "^1.7.32",
"typescript": "^4.3.5"
}
}