-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.bak.json
50 lines (50 loc) · 1.23 KB
/
package.bak.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
44
45
46
47
48
49
50
{
"name": "ubf-server",
"version": "1.0.0",
"description": "",
"main": "out/app.js",
"type": "module",
"scripts": {
"start": "tsx watch src/app.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "tsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@colyseus/core": "^0.15.6",
"@colyseus/monitor": "^0.15.1",
"@colyseus/playground": "^0.15.4",
"@colyseus/schema": "^2.0.15",
"@colyseus/tools": "^0.15.18",
"@colyseus/ws-transport": "^0.15.1",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "5.2.0",
"colyseus": "^0.15.7",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-validator": "^7.0.1",
"jsonwebtoken": "^9.0.2",
"nanoid": "^4.0.2",
"sequelize": "^6.32.1",
"sequelize-typescript": "^2.1.5",
"tslib": "^2.6.2",
"ws": "^8.13.0"
},
"devDependencies": {
"@colyseus/loadtest": "^0.15.2",
"@colyseus/testing": "^0.15.2",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^20.5.7",
"@types/ws": "^8.5.5",
"prisma": "^5.2.0",
"rimraf": "^5.0.1",
"tsx": "^3.12.8",
"typescript": "^5.2.2"
},
"imports": {
"#*": "./out/*.js"
}
}