-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 926 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 926 Bytes
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
{
"name": "open93athome-v4",
"version": "4.0.0",
"description": "Open93AtHome",
"main": "index.js",
"scripts": {
"test": "node --enable-source-maps dist/test.js",
"build": "tsc",
"start": "node --enable-source-maps dist/index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/SaltWood-Studio/Open93AtHome-V4.git"
},
"author": "SALTWOOD",
"license": "MIT",
"bugs": {
"url": "https://github.com/SaltWood-Studio/Open93AtHome-V4/issues"
},
"homepage": "https://github.com/SaltWood-Studio/Open93AtHome-V4#readme",
"dependencies": {
"@tsconfig/node20": "^20.1.5",
"@types/express": "^5.0.2",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^22.15.17",
"avsc": "^5.7.7",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2",
"pg": "^8.16.0",
"reflect-metadata": "^0.2.2",
"socket.io": "^4.8.1",
"typeorm": "^0.3.24"
}
}