{ "name": "api", "version": "1.0.50", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "bun run --watch src/index.ts" }, "dependencies": { "@elysiajs/cors": "^1.0.2", "@it-incubator/prettier-config": "^0.1.2", "elysia": "latest", "postgres": "^3.4.4" }, "devDependencies": { "@biomejs/biome": "1.8.3", "bun-types": "latest" }, "prettier": "@it-incubator/prettier-config", "module": "src/index.js" }