test-app-stack/backend/package.json
mane a346cf3a5c Initial commit: ElysiaJS backend + TanStack Start frontend + Traefik compose
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-27 04:01:48 +00:00

17 lines
372 B
JSON

{
"name": "test-app-backend",
"version": "0.1.0",
"description": "ElysiaJS (Bun) backend for test-app-stack",
"type": "module",
"scripts": {
"dev": "bun run --watch src/index.ts",
"start": "bun run src/index.ts"
},
"dependencies": {
"elysia": "^1.1.27",
"@elysiajs/cors": "^1.1.1"
},
"devDependencies": {
"bun-types": "^1.1.34"
}
}