chore: migrate to deno

This commit is contained in:
Julien Calixte
2026-02-09 10:28:12 +01:00
parent ee8421c773
commit d677ed24c3
4 changed files with 92 additions and 107 deletions

View File

@@ -4,6 +4,8 @@
"migrate": "deno run --allow-read --allow-write src/migrations/init.ts"
},
"imports": {
"@oak/oak": "jsr:@oak/oak@^17.2.0",
"@skyware/jetstream": "npm:@skyware/jetstream@^0.2.5",
"@std/assert": "jsr:@std/assert@1"
}
}