aboutsummaryrefslogtreecommitdiff
path: root/deno/service-manager/deno.json
blob: 9f308537700456a27ebf04a687d855ec28242a46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "version": "0.1.0",
  "tasks": {
    "run": "deno run -A main.ts",
    "compile": "deno compile -o out/manage -A main.ts"
  },
  "imports": {
    "@std/dotenv": "jsr:@std/dotenv@^0.225.5",
    "@std/fs": "jsr:@std/fs@^1.0.18",
    "mustache": "npm:mustache@^4.2.0"
  }
}