forked from SaltWood-Studio/Open93AtHome-V3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 978 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": "93athome",
"version": "3.0.2",
"type": "module",
"scripts": {
"start": "rimraf dist && tsc && node --enable-source-maps dist/index.js",
"build": "rimraf dist && tsc",
"test": "echo \"No test specified\" && exit 0"
},
"keywords": [],
"author": "SALTWOOD",
"license": "ISC",
"description": "",
"dependencies": {
"@mongodb-js/zstd": "^1.2.1",
"@tsconfig/node20": "^20.1.4",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^22.5.5",
"avsc": "^5.7.7",
"better-sqlite3": "^11.3.0",
"cookie-parser": "^1.4.6",
"cron": "^3.1.7",
"dotenv": "^16.4.5",
"env-var": "^7.5.0",
"express": "^4.21.0",
"got": "^14.4.2",
"jsonwebtoken": "^9.0.2",
"rimraf": "^6.0.1",
"socket.io": "^4.7.5",
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.11",
"@types/cookie-parser": "^1.4.7",
"@types/jsonwebtoken": "^9.0.6"
}
}