ulthar-framework/deno.json
2024-10-15 16:16:28 -03:00

19 lines
420 B
JSON

{
"tasks": {
"dev": "deno run --watch main.ts",
"test": "deno test --watch",
"hook": "deno run --allow-read --allow-run --allow-write https://deno.land/x/deno_hooks@0.1.1/mod.ts"
},
"workspace": [
"packages/fabric/core",
"packages/fabric/domain",
"packages/fabric/sqlite-store"
],
"imports": {
"@std/assert": "jsr:@std/assert@1"
},
"compilerOptions": {
"strict": true
}
}