{
  "title": "broken-link-checker-local",
  "source": "./src",
  "destination": "./docs/api",
  "access": ["public", "package", "private"],
  "test": {
    "type": "mocha",
    "source": "./test"
  },
  "manual": {
    "changelog": ["./CHANGELOG.md"]
  },
  "plugins": [
    {
      "name": "esdoc-plugin-require-coverage"
    }
  ]
}
