-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdeno.json
More file actions
38 lines (38 loc) · 1.7 KB
/
Copy pathdeno.json
File metadata and controls
38 lines (38 loc) · 1.7 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"tasks": {
"all": "deno fmt && deno lint && deno check && deno task test && deno task coverage",
"test": "deno test --allow-net --allow-env --coverage",
"coverage": "deno coverage",
"release": "deno task all && test -z \"$(git status --porcelain)\" && GITHUB_TOKEN=$(gh auth token) deno run --allow-env=GITHUB_TOKEN --allow-net=api.github.com --allow-run=bash https://deno.land/x/shipit@0.6.1/shipit.ts",
"udd": "sh -c \"git ls-files -z | grep -zE '(\\.(mj|j|t)sx?|^deno.jsonc?)$' | xargs --null -- deno run --allow-read=. --allow-write=. --allow-net https://deno.land/x/udd@0.8.2/main.ts\""
},
"imports": {
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.8",
"@cross/runtime": "jsr:@cross/runtime@^1.2.1",
"@hugojosefson/fns": "jsr:@hugojosefson/fns@^2.1.9",
"@hugojosefson/run-simple": "jsr:@hugojosefson/run-simple@^2.4.0",
"@std/assert": "jsr:@std/assert@^1.0.16",
"@std/cli": "jsr:@std/cli@^1.0.24",
"@std/collections": "jsr:@std/collections@^1.1.3",
"@std/csv": "jsr:@std/csv@^1.0.6",
"@std/fs": "jsr:@std/fs@^1.0.20",
"@std/path": "jsr:@std/path@^1.1.3",
"@std/testing": "jsr:@std/testing@^1.0.16",
"@std/text": "jsr:@std/text@^1.0.16",
"@std/toml": "jsr:@std/toml@^1.0.11",
"@std/yaml": "jsr:@std/yaml@^1.0.10",
"argv-split": "npm:argv-split@^3.2.1",
"breadc": "npm:breadc@^0.9.7",
"file-fetch": "https://deno.land/x/file_fetch@0.2.0/mod.ts",
"ip-cidr": "npm:ip-cidr@^4.0.2",
"load-config-files": "https://deno.land/x/load_config_files@0.3.0/mod.ts",
"outdent": "npm:outdent@^0.8.0",
"p-filter": "npm:p-filter@^4.1.0",
"p-map": "npm:p-map@^7.0.4"
},
"lock": false,
"exclude": [
".*",
"coverage"
]
}