{
  "templates": {
    "visuals": "templates/visuals",
    "pbiviz": "templates/pbiviz.json.template",
    "plugin": "templates/plugin.ts.template",
    "package": "templates/package.json.template"
  },
  "generate": { "apiVersion": "5.3.0" },
  "constants": { "minAPIversion": "4.7.0" },
  "build": {
    "precompileFolder": ".tmp/precompile",
    "dropFolder": ".tmp/drop",
    "js": "tmp.visual.js",
    "css": "visual.css",
    "stats": "../../webpack.statistics.html"
  },
  "package": { "dropFolder": "dist" },
  "server": {
    "assetsRoute": "/assets",
    "certificateFolder": "pbiviz-certs",
    "privateKey": "PowerBICustomVisualTest_private.key",
    "certificate": "PowerBICustomVisualTest_public.crt",
    "pfx": "PowerBICustomVisualTest_public.pfx",
    "passphrase": "PowerBICustomVisualTestPass.txt"
  },
  "visualTemplates": {
    "circlecard": "https://codeload.github.com/microsoft/powerbi-visuals-circlecard-react/zip/master"
  }
}
