pds-dash/deno.json
ari 3f03c12152
whoa svelte is here
Co-authored-by: Astra <Astrrra@users.noreply.github.com>
2025-04-20 00:18:33 -04:00

11 lines
258 B
JSON

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