Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "tasks": {
    "publish-release": "deno run -A scripts/publish-release.ts"
  },
  "imports": {
    "@std/assert": "jsr:@std/assert@1",
    "@octokit/rest": "https://esm.sh/@octokit/rest",
    "@std/fs": "jsr:@std/fs@^1.0.23",
    "@std/path": "jsr:@std/path@^1.1.4",
    "@std/toml": "jsr:@std/toml@^1.0.11"
  }
}