A couple of Bluesky feeds focused around PDSes
1{
2 "imports": {
3 "@atcute/atproto": "npm:@atcute/atproto@^3.1.10",
4 "@atcute/bluesky": "npm:@atcute/bluesky@^3.2.19",
5 "@atcute/client": "npm:@atcute/client@^4.2.1",
6 "@atcute/identity-resolver": "npm:@atcute/identity-resolver@^1.2.2",
7 "@atcute/jetstream": "npm:@atcute/jetstream@^1.1.2",
8 "@atcute/lexicons": "npm:@atcute/lexicons@^1.2.9",
9 "@atcute/xrpc-server": "npm:@atcute/xrpc-server@^0.1.11",
10 "@db/sqlite": "jsr:@db/sqlite@^0.13.0",
11 "redis": "npm:redis@^5.11.0"
12 },
13 "tasks": {
14 "start-feedgen": "deno serve --no-prompt --env-file --allow-net --allow-env --allow-ffi --allow-read --port=4000 feedgen.ts",
15 "start-ingest": "deno run --no-prompt --env-file --allow-net --allow-env --allow-ffi --allow-read ingest.ts"
16 }
17}