Metadata fetching

This commit is contained in:
Ariadna 2025-04-18 01:10:56 -04:00
parent 1976f6ce71
commit a29cdc090e
Signed by: ari
SSH key fingerprint: SHA256:j4xpQafvRcIH4rwZqM5aREIogWsCjyYohia7vH0+uZY
3 changed files with 137 additions and 0 deletions

12
deno.json Normal file
View file

@ -0,0 +1,12 @@
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@atcute/bluesky": "npm:@atcute/bluesky@^2.0.2",
"@atcute/client": "npm:@atcute/client@^3.0.1",
"@skyware/jetstream": "npm:@skyware/jetstream@^0.2.2",
"@std/assert": "jsr:@std/assert@1",
"dotenv": "npm:dotenv@^16.5.0"
}
}