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

Configure Feed

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

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