pds-dash/deno.json
2025-04-18 01:10:56 -04:00

12 lines
317 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",
"@skyware/jetstream": "npm:@skyware/jetstream@^0.2.2",
"@std/assert": "jsr:@std/assert@1",
"dotenv": "npm:dotenv@^16.5.0"
}
}