{ "name": "@stealth-developers/api", "version": "1.0.50", "module": "src/index.js", "types": "src/app.ts", "exports": { ".": "./src/app.ts" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "bun run --watch src/index.ts" }, "dependencies": { "@elysia/cors": "^1.4.2", "@elysia/openapi": "^1.4.15", "@elysia/server-timing": "^1.4.1", "@purrkit/ratelimit": "^1.0.1", "@purrkit/rest": "^1.1.2", "@purrkit/types": "^1.1.1", "@stealth-developers/config": "workspace:*", "@stealth-developers/db": "workspace:*", "elysia": "^1.4.29" }, "devDependencies": { "bun-types": "latest" } }