10 lines
234 B
JSON
10 lines
234 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --watch --allow-net --allow-read --allow-write main.ts",
|
|
"migrate": "deno run --allow-read --allow-write src/migrations/init.ts"
|
|
},
|
|
"imports": {
|
|
"@std/assert": "jsr:@std/assert@1"
|
|
}
|
|
}
|