Initial commit of Websearch
This commit is contained in:
12
deno.json
Normal file
12
deno.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"tasks": {
|
||||
"dev": "deno run --allow-env=HOME,NODE_V8_COVERAGE --allow-net --allow-read --allow-write main.ts",
|
||||
"prod": "deno run --allow-env=HOME,NODE_V8_COVERAGE --allow-net --allow-read --allow-write main.ts"
|
||||
},
|
||||
"imports": {
|
||||
"@std/assert": "jsr:@std/assert@1",
|
||||
"@std/cli": "jsr:@std/cli@^1.0.6",
|
||||
"@std/fs": "jsr:@std/fs@^1.0.5",
|
||||
"@std/yaml": "jsr:@std/yaml@^1.0.5"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user