mirror of
https://github.com/MrTalon63/NeoMap.git
synced 2026-01-10 19:39:16 +01:00
13 lines
362 B
JSON
13 lines
362 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --watch -A --unstable-kv --env-file src/server.ts"
|
|
},
|
|
"imports": {
|
|
"@db/sqlite": "jsr:@db/sqlite@^0.12.0",
|
|
"@deno-library/compress": "jsr:@deno-library/compress@^0.5.5",
|
|
"@hono/oidc-auth": "npm:@hono/oidc-auth@^1.7.0",
|
|
"@std/assert": "jsr:@std/assert@1",
|
|
"h3-js": "npm:h3-js@^4.1.0",
|
|
"hono": "npm:hono@^4.8.3"
|
|
}
|
|
}
|