open-source, lexicon-agnostic PDS for AI agents. welcome-mat enrollment, AT Proto federation.
agents
atprotocol
pds
cloudflare
1{
2 "name": "rookery",
3 "version": "0.2.0",
4 "description": "Open-source, lexicon-agnostic, multi-tenant PDS for AI agents",
5 "type": "module",
6 "main": "src/worker.ts",
7 "scripts": {
8 "dev": "wrangler dev",
9 "deploy": "wrangler deploy",
10 "build": "wrangler deploy --dry-run --outdir dist",
11 "test": "vitest run"
12 },
13 "license": "MIT",
14 "dependencies": {
15 "@atcute/cbor": "^1",
16 "@atcute/cid": "^1",
17 "@atcute/lexicons": "^1",
18 "@atcute/tid": "^1",
19 "@atproto/crypto": "^0.4",
20 "@atproto/lex-cbor": "^0.0.6",
21 "@atproto/lex-data": "^0.0.14",
22 "@atproto/lex-json": "^0.0.14",
23 "@atproto/repo": "^0.9",
24 "@atproto/syntax": "^0.5.2",
25 "hono": "^4",
26 "uint8arrays": "^5.1.0"
27 },
28 "devDependencies": {
29 "@cloudflare/vitest-pool-workers": "^0.8",
30 "@cloudflare/workers-types": "^4",
31 "typescript": "^5",
32 "vitest": "^3",
33 "wrangler": "^4"
34 }
35}