19 lines
562 B
JSON
19 lines
562 B
JSON
{
|
|
"tasks": {
|
|
"start": "deno run --allow-read --allow-write --allow-env main.ts",
|
|
"dev": "deno run --watch --allow-read --allow-write --allow-env main.ts"
|
|
},
|
|
"imports": {
|
|
"@std/path": "jsr:@std/path@^1.0.0",
|
|
"@std/fs": "jsr:@std/fs@^1.0.0",
|
|
"@cliffy/command": "jsr:@cliffy/command@^1.0.0-rc.7",
|
|
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.7",
|
|
"@cliffy/ansi": "jsr:@cliffy/ansi@^1.0.0-rc.7",
|
|
"@cliffy/table": "jsr:@cliffy/table@^1.0.0-rc.7"
|
|
},
|
|
"compilerOptions": {
|
|
"lib": ["deno.window"],
|
|
"strict": true
|
|
}
|
|
}
|