15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
"name": "api",
|
|
"dependencies": {
|
|
"@types/node": "^22.9.1",
|
|
"@types/ws": "^8.5.13",
|
|
"fastify": "^5.1.0",
|
|
"fastify-ws": "^1.0.3",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.6.3",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "tsx --watch --env-file=.env index.ts"
|
|
}
|
|
}
|