mirror of
https://github.com/Dictionarry-Hub/schema.git
synced 2026-05-03 06:14:17 +02:00
17 lines
500 B
JSON
17 lines
500 B
JSON
{
|
|
"imports": {
|
|
"@std/path": "jsr:@std/path@0.224.0",
|
|
"@db/sqlite": "jsr:@db/sqlite@^0.12.0",
|
|
"hono": "jsr:@hono/hono@^4.9.12",
|
|
"@/utils/logger": "./src/utils/logger/logger.ts",
|
|
"@/utils/config": "./src/utils/config/config.ts",
|
|
"@/utils/cache": "./src/utils/cache/cache.ts"
|
|
},
|
|
"tasks": {
|
|
"dev": "deno run --allow-net --allow-read --allow-env --allow-ffi --watch src/main.ts"
|
|
},
|
|
"compilerOptions": {
|
|
"jsx": "precompile",
|
|
"jsxImportSource": "hono/jsx"
|
|
}
|
|
} |