ATProto app badge generator for static web pages colddark.world/tools/badger/index.html
atproto web-app vanilla-js web-components oauth
at trunk 20 lines 436 B view raw
1{ 2 "compilerOptions": { 3 "lib": [ 4 "dom", 5 "dom.iterable", 6 "esnext" 7 ] 8 }, 9 "imports": { 10 "@atcute/atproto": "npm:@atcute/atproto@3.1", 11 "@atcute/cbor": "npm:@atcute/cbor@2.3", 12 "@atcute/cid": "npm:@atcute/cid@2.4", 13 "@atcute/client": "npm:@atcute/client@4.2", 14 "@atcute/microcosm": "npm:@atcute/microcosm@1.0", 15 "@atcute/oauth-browser-client": "npm:@atcute/oauth-browser-client@3.0" 16 }, 17 "fmt": { 18 "useTabs": true 19 } 20}