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 488 B view raw
1{ 2 "name": "@cistern/lexicon", 3 "version": "1.0.0", 4 "license": "MIT", 5 "exports": { 6 ".": "./mod.ts" 7 }, 8 "publish": { 9 "exclude": ["*.test.ts"] 10 }, 11 "tasks": { 12 "generate": "deno run --allow-env --allow-sys --allow-read --allow-write npm:@atcute/lex-cli generate -c lex.config.ts" 13 }, 14 "imports": { 15 "@atcute/lex-cli": "npm:@atcute/lex-cli@^2.3.1", 16 "@atcute/lexicons": "npm:@atcute/lexicons@^1.2.2", 17 "@atproto/lexicon": "npm:@atproto/lexicon@^0.5.1" 18 } 19}