19 lines
420 B
JSON
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
|
|
}
|
|
}
|