Files
turborepo-starter-project/apps/server/package.json
T

18 lines
347 B
JSON

{
"name": "server",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
"elysia": "latest",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/bun": "^1.3.13",
"bun-types": "latest"
},
"module": "src/index.js"
}