an attempt to make a lightweight, easily self-hostable, scoped bluesky appview
at e4e7c8de3da4740bbdbc6f08450b78b4a06b39eb 8 lines 121 B view raw
1{ 2 "tasks": { 3 "dev": "deno run --watch -A main.ts" 4 }, 5 "imports": { 6 "@std/assert": "jsr:@std/assert@1" 7 } 8}