{ "name": "@atbb/cli", "version": "0.1.0", "private": true, "type": "module", "bin": { "atbb": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx --env-file=../../.env src/index.ts", "lint": "tsc --noEmit", "lint:fix": "oxlint --fix src/", "clean": "rm -rf dist", "test": "vitest run --passWithNoTests" }, "dependencies": { "@atbb/atproto": "workspace:*", "@atbb/db": "workspace:*", "@atbb/logger": "workspace:*", "@atproto/api": "^0.15.0", "citty": "^0.1.6", "consola": "^3.4.0", "@inquirer/prompts": "^7.0.0", "drizzle-orm": "^0.45.1", "postgres": "^3.4.8" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.0.0", "typescript": "^5.7.0", "vitest": "^3.0.0" } }