changes
This commit is contained in:
+4
-1
@@ -10,7 +10,8 @@
|
||||
"dev": "tsx watch src/index.ts",
|
||||
"build": "tsc",
|
||||
"start": "node dist/index.js",
|
||||
"typecheck": "tsc --noEmit"
|
||||
"typecheck": "tsc --noEmit",
|
||||
"test:update-loop": "tsx test/update-loop.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/cors": "^10.0.1",
|
||||
@@ -19,12 +20,14 @@
|
||||
"@fastify/type-provider-typebox": "^5.1.0",
|
||||
"@fastify/websocket": "^11.0.1",
|
||||
"@sinclair/typebox": "^0.34.9",
|
||||
"adm-zip": "^0.5.17",
|
||||
"dotenv": "^16.4.7",
|
||||
"fastify": "^5.2.0",
|
||||
"pg": "^8.13.1",
|
||||
"selfsigned": "^2.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/adm-zip": "^0.5.8",
|
||||
"@types/node": "^22.10.2",
|
||||
"@types/pg": "^8.11.10",
|
||||
"tsx": "^4.19.2",
|
||||
|
||||
Reference in New Issue
Block a user