test / package.json
dcrey7's picture
Create package.json
4a8ab7d verified
raw
history blame
488 Bytes
{
"name": "gameserv",
"module": "src/index.ts",
"type": "module",
"scripts": {
"start": "bun run src/index.ts",
"dev": "bun run src/index.ts"
},
"devDependencies": {
"@types/bun": "latest",
"@types/socket.io-client": "^3.0.0",
"typescript": "^5.0.0"
},
"dependencies": {
"@prisma/client": "^6.2.1",
"fastify": "^5.2.1",
"fastify-socket.io": "^5.1.0",
"prisma": "^6.2.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
}
}