Encrypted, ephemeral, private memos on atproto
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}