{ "name": "@mana/ai-service", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "bun run --watch src/index.ts", "start": "bun run src/index.ts", "test": "bun test" }, "dependencies": { "@mana/shared-ai": "workspace:*", "@mana/shared-hono": "workspace:*", "hono": "^4.7.0", "postgres": "^3.4.5", "prom-client": "^15.1.3" }, "devDependencies": { "typescript": "^5.9.3", "@types/bun": "latest" } }