Suite of AT Protocol TypeScript libraries built on web standards
20
fork

Configure Feed

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

at lex 20 lines 315 B view raw
1{ 2 "workspace": [ 3 "common", 4 "bytes", 5 "syntax", 6 "crypto", 7 "lexicon", 8 "identity", 9 "repo", 10 "xrpc", 11 "xrpc-server", 12 "sync", 13 "lex-gen", 14 "lex" 15 ], 16 "imports": { 17 "@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0", 18 "@std/assert": "jsr:@std/assert@^1.0.19" 19 } 20}