-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 979 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
{
"name": "tcg-rules-sim",
"version": "0.7.14",
"engines": {
"node": "20.11.1"
},
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@types/lodash": "^4.17.0",
"@types/winston": "^2.4.4",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"ejs": "^3.1.9",
"express": "^4.19.2",
"http-errors": "^2.0.0",
"lodash": "^4.17.21",
"mongoose": "^8.1.3",
"morgan": "~1.9.1",
"socket.io": "^4.7.4",
"tslog": "^4.9.3",
"uuid": "^9.0.1",
"winston": "^3.13.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.20",
"@types/uuid": "^9.0.8",
"@typescript-eslint/parser": "^7.0.2",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3"
}
}