{ "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" } }