20 lines
611 B
JSON
20 lines
611 B
JSON
{
|
|
"tasks": {
|
|
"start": "deno run --allow-read --allow-write main.ts",
|
|
"dev": "deno run --watch --allow-read --allow-write 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",
|
|
"an-array-of-english-words": "npm:an-array-of-english-words@^2.0.0"
|
|
},
|
|
"compilerOptions": {
|
|
"lib": ["deno.window"],
|
|
"strict": true
|
|
}
|
|
}
|