{ "name": "skywatch-phash", "version": "0.2.0", "type": "module", "description": "Perceptual hash-based image moderation for Bluesky", "scripts": { "dev": "bun --watch src/main.ts", "start": "bun src/main.ts", "test": "bun test", "test:watch": "bun test --watch", "lint": "biome check .", "lint:fix": "biome check --write .", "format": "biome format --write .", "typecheck": "tsc --noEmit", "phash": "bun scripts/compute-phash.ts" }, "dependencies": { "@atproto/api": "^0.13.24", "@skyware/jetstream": "^0.2.2", "ioredis": "^5.4.1", "p-ratelimit": "^1.0.1", "pino": "^9.5.0", "pino-pretty": "^11.2.2", "prom-client": "^15.1.3", "sharp": "^0.33.5", "undici": "^7.16.0" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/bun": "^1.1.13", "@types/node": "^22.10.2", "typescript": "^5.7.2" } }