Encrypted, ephemeral, private memos on atproto
1{
2 "name": "@cistern/shared",
3 "version": "1.0.2",
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}