Add deno.json, rename script

This commit is contained in:
2025-05-02 16:22:34 +04:00
parent 7ca4a33a48
commit e14131c3ca
3 changed files with 59 additions and 3 deletions

7
deno.json Normal file
View File

@@ -0,0 +1,7 @@
{
"imports": {
"@db/postgres": "jsr:@db/postgres@^0.19.5",
"@std/crypto": "jsr:@std/crypto@^1.0.4",
"@std/dotenv": "jsr:@std/dotenv@^0.225.3"
}
}