{ "name": "pds", "version": "1.0.0", "description": "Cirrus – AT Protocol PDS on Cloudflare Workers with Attoshi", "type": "module", "private": true, "dependencies": { "@getcirrus/pds": "^0.10.0", "@atcute/cbor": "^2.2.8", "@atcute/cid": "^2.3.0", "@atcute/tid": "^1.1.1", "@atproto/crypto": "^0.4.5", "@noble/hashes": "^1.6.1", "hono": "^4.11.3" }, "devDependencies": { "@cloudflare/vite-plugin": "^1.17.0", "@cloudflare/workers-types": "^4.20260115.0", "@noble/curves": "^1.8.1", "@types/bun": "^1.2.4", "@types/node": "^22", "typescript": "^5.9.3", "vite": "^6.4.1", "wrangler": "^4.54.0" }, "scripts": { "dev": "vite dev", "build": "vite build", "deploy": "vite build && wrangler deploy", "preview": "vite preview", "pds": "pds", "wrangler": "wrangler", "types": "wrangler types", "test": "bun test", "test:unit": "bun test tests/unit", "test:integration": "bun test tests/integration", "test:e2e": "bun test tests/e2e", "test:watch": "bun test --watch" }, "keywords": [], "author": "", "license": "MIT" }