Resolve your Bluesky avatar with a human URL silhouette.town
atproto deno
0
fork

Configure Feed

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

at main 25 lines 624 B view raw
1{ 2 "tasks": { 3 "dev": "deno run --watch main.ts" 4 }, 5 "imports": { 6 "@atcute/atproto": "npm:@atcute/atproto@^3.1.10", 7 "@atcute/bluesky": "npm:@atcute/bluesky@^3.2.17", 8 "@atcute/client": "npm:@atcute/client@^4.2.1", 9 "@atcute/lexicons": "npm:@atcute/lexicons@^1.2.7", 10 "@atcute/microcosm": "npm:@atcute/microcosm@^1.0.1", 11 "@std/assert": "jsr:@std/assert@1", 12 "@std/http": "jsr:@std/http@^1.0.24" 13 }, 14 "compilerOptions": { 15 "types": [ 16 "@atcute/atproto", 17 "@atcute/microcosm", 18 "@atcute/bluesky" 19 ] 20 }, 21 "deploy": { 22 "org": "puregarlic", 23 "app": "silhouette" 24 } 25}