{ "name": "skywatch-tail", "version": "0.1.0", "type": "module", "scripts": { "start": "bun run src/index.ts", "dev": "bun --watch src/index.ts", "test": "bun test", "test:watch": "bun test --watch", "format": "bunx prettier --write .", "lint": "bunx eslint .", "lint:fix": "bunx eslint --fix .", "prepare": "bunx husky install" }, "lint-staged": { "*": "prettier --ignore-unknown --write" }, "dependencies": { "@atcute/cbor": "^2.2.4", "@atcute/client": "^4.0.3", "@atproto/api": "^0.13.35", "@atproto/bsky": "^0.0.101", "@atproto/lexicon": "^0.4.10", "@atproto/ozone": "^0.1.108", "@atproto/repo": "^0.6.5", "@atproto/xrpc-server": "^0.7.17", "@aws-sdk/client-s3": "^3.709.0", "bottleneck": "^2.19.5", "dotenv": "^16.5.0", "duckdb": "^1.1.4", "express": "^4.21.2", "husky": "^9.1.7", "lint-staged": "^15.5.1", "p-ratelimit": "^1.0.1", "pino": "^9.6.0", "pino-pretty": "^13.0.0", "prom-client": "^15.1.3", "sharp": "^0.33.5", "undici": "^7.8.0", "ws": "^8.18.0", "zod": "^3.24.1" }, "devDependencies": { "@eslint/js": "^9.29.0", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/better-sqlite3": "^7.6.13", "@types/eslint__js": "^8.42.3", "@types/express": "^4.17.23", "@types/node": "^22.15.32", "@types/ws": "^8.5.13", "eslint": "^9.29.0", "prettier": "^3.5.3", "tsx": "^4.20.3", "typescript": "^5.8.3", "typescript-eslint": "^8.34.1" } }