{ "name": "bsky-aero", "description": "A simple Bluesky bot to make sense of all the noise, with responses powered by Gemini.", "module": "index.ts", "type": "module", "scripts": { "start": "bun run src/index.ts", "dev": "bun run --watch src/index.ts", "db:generate": "bunx drizzle-kit generate --dialect sqlite --schema ./src/db/schema.ts", "db:migrate": "bun run src/db/migrate.ts" }, "devDependencies": { "@types/bun": "^1.2.19", "drizzle-kit": "^0.31.4" }, "peerDependencies": { "typescript": "^5.8.3" }, "dependencies": { "@atproto/syntax": "^0.4.0", "@google/genai": "^1.11.0", "@skyware/bot": "^0.3.12", "@types/js-yaml": "^4.0.9", "consola": "^3.4.2", "drizzle-orm": "^0.44.4", "js-yaml": "^4.1.0", "zod": "^4.0.14" }, "repository": { "url": "https://github.com/indexxing/echo" }, "author": { "name": "Index", "email": "contact@indexx.dev" } }