Encrypted, ephemeral, private memos on atproto
3
fork

Configure Feed

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

at main 17 lines 389 B view raw
1{ 2 "name": "@cistern/crypto", 3 "version": "1.0.0", 4 "license": "MIT", 5 "exports": { 6 ".": "./mod.ts" 7 }, 8 "publish": { 9 "exclude": ["*.test.ts"] 10 }, 11 "imports": { 12 "@noble/ciphers": "jsr:@noble/ciphers@^2.0.1", 13 "@noble/hashes": "jsr:@noble/hashes@^2.0.1", 14 "@noble/post-quantum": "jsr:@noble/post-quantum@^0.5.2", 15 "@std/expect": "jsr:@std/expect@^1.0.17" 16 } 17}