{
  "source": "./src",
  "destination": "./docs",
  "title": "schema-mapper-store",
  "plugins": [
    {"name": "esdoc-es7-plugin"},
    {
      "name": "esdoc-importpath-plugin",
      "option": {
        "replaces": [
          {"from": "^src/", "to": "lib/"},
          {"from": "^src/index.js", "to": ""}
        ]
      }
    }
  ]
}
