{ "type": "module", "dependencies": { "@elysiajs/cors": "^1.4.1", "@elysiajs/node": "^1.4.5", "@sinclair/typebox": "^0.34.49", "axios": "^1.15.0", "elysia": "^1.4.28", "node": "^25.9.0", "openapi-types": "^12.1.3" }, "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "start": "NODE_ENV=production node dist/index.js" }, "devDependencies": { "@types/node": "^25.5.2", "tsx": "^4.21.0", "typescript": "^6.0.2" } }