Encrypted, ephemeral, private memos on atproto
3
fork

Configure Feed

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

at 4e4d4e463e6e2bfddd2041bb70b1825dfc7b2c9a 16 lines 341 B view raw
1{ 2 "name": "@cistern/shared", 3 "version": "1.0.1", 4 "license": "MIT", 5 "exports": { 6 ".": "./mod.ts" 7 }, 8 "publish": { 9 "exclude": ["*.test.ts"] 10 }, 11 "imports": { 12 "@atcute/atproto": "npm:@atcute/atproto@^3.1.9", 13 "@atcute/client": "npm:@atcute/client@^4.0.5", 14 "@atcute/lexicons": "npm:@atcute/lexicons@^1.2.2" 15 } 16}