{
  "compilerOptions": {
    "allowJs": true,
    "strict": true,
    "lib": ["deno.window", "deno.ns", "dom"]
  },
  "importMap": {
    "imports": {
      "qcobjects": "npm:qcobjects@^2.5.141-beta",
      "qcobjects/": "npm:qcobjects@^2.5.141-beta/",
      "mime": "npm:mime@^2.6.0",
      "commander": "npm:commander@^10.0.1",
      "yaml": "npm:yaml@^2.6.0"
    }
  },
  "tasks": {
    "dev": "deno run --allow-read --allow-write --allow-net --allow-env --watch main.ts",
    "test": "deno test --allow-read --allow-write --allow-net --allow-env"
  }
} 