Metadata fetching
This commit is contained in:
parent
1976f6ce71
commit
a29cdc090e
3 changed files with 137 additions and 0 deletions
12
deno.json
Normal file
12
deno.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue