Encrypted, ephemeral, private memos on atproto
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 4e4d4e463e6e2bfddd2041bb70b1825dfc7b2c9a 19 lines 501 B view raw
1{ 2 "name": "@cistern/consumer", 3 "version": "1.0.0", 4 "license": "MIT", 5 "exports": { 6 ".": "./mod.ts" 7 }, 8 "publish": { 9 "exclude": ["*.test.ts"] 10 }, 11 "imports": { 12 "@atcute/client": "npm:@atcute/client@^4.0.5", 13 "@atcute/jetstream": "npm:@atcute/jetstream@^1.1.2", 14 "@atcute/lexicons": "npm:@atcute/lexicons@^1.2.2", 15 "@atcute/tid": "npm:@atcute/tid@^1.0.3", 16 "@puregarlic/randimal": "jsr:@puregarlic/randimal@^1.1.1", 17 "@std/expect": "jsr:@std/expect@^1.0.17" 18 } 19}