hlsa/backend/api/package.json

16 lines
275 B
JSON
Raw Normal View History

2024-11-20 07:25:04 -05:00
{
"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"
}
}