-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
24 lines (24 loc) · 1.4 KB
/
deno.json
File metadata and controls
24 lines (24 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"tasks": {
"init": "deno run --allow-read --allow-write main.ts",
"gi-birthday": "deno run --allow-read --allow-write --allow-net ./src/gi-birthday/main.ts",
"gi-event": "deno run --allow-read --allow-write --allow-net --allow-env ./src/gi-event/main.ts",
"sr-event": "deno run --allow-read --allow-write --allow-net --allow-env ./src/sr-event/main.ts",
"zzz-birthday": "deno run --allow-read --allow-write --allow-net --allow-env ./src/zzz-birthday/main.ts",
"zzz-event": "deno run --allow-read --allow-write --allow-net --allow-env ./src/zzz-event/main.ts",
"ark-birthday": "deno run --allow-read --allow-write --allow-net --allow-env ./src/ark-birthday/main.ts",
"ark-event": "deno run --allow-read --allow-write --allow-net --allow-env ./src/ark-event/main.ts",
"ba-birthday": "deno run --allow-read --allow-write --allow-net --allow-env ./src/ba-birthday/main.ts",
"ba-event": "deno run --allow-read --allow-write --allow-net --allow-env ./src/ba-event/main.ts",
"ww-event": "deno run --allow-read --allow-write --allow-net --allow-env ./src/ww-event/main.ts"
},
"imports": {
"@std/fs": "jsr:@std/fs@^1.0.9",
"@std/path": "jsr:@std/path@^1.0.8",
"cheerio": "npm:cheerio@^1.0.0",
"@deno-library/crc32": "jsr:@deno-library/crc32@^1.0.2"
},
"fmt": {
"singleQuote": true
}
}