Keyborg/server/deno.json
2025-01-21 23:19:14 +03:00

21 lines
902 B
JSON

{
"tasks": {
"dev": "deno run --allow-read --allow-write --allow-sys --allow-env --allow-run ./autoBundler.ts & deno serve --allow-read --allow-write --allow-sys --allow-env --allow-ffi --watch -R main.ts"
},
"imports": {
"@db/sqlite": "jsr:@db/sqlite@^0.12.0",
"@eta-dev/eta": "jsr:@eta-dev/eta@^3.5.0",
"@felix/bcrypt": "jsr:@felix/bcrypt@^1.0.5",
"@minify-html/node": "npm:@minify-html/node@^0.15.0",
"@ryanflorence/sqlite-typegen": "npm:@ryanflorence/sqlite-typegen@^0.2.0",
"@std/assert": "jsr:@std/assert@1",
"@std/crypto": "jsr:@std/crypto@^1.0.3",
"@std/dotenv": "jsr:@std/dotenv@^0.225.3",
"@std/http": "jsr:@std/http@^1.0.12",
"@src/": "./src/",
"better-sqlite3": "npm:better-sqlite3@^11.8.0",
"esbuild": "npm:esbuild@^0.24.2",
"mariadb": "npm:mariadb@^3.4.0"
}
}