{
  "author": "Bob",
  "name": "typedoc-plugin-remove-references",
  "version": "0.0.6",
  "description": "typedoc plugin to remove re-exports references",
  "homepage": "https://github.com/eyworldwide/typedoc-plugin-remove-references",
  "bugs": "https://github.com/eyworldwide/typedoc-plugin-remove-references/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/eyworldwide/typedoc-plugin-remove-references"
  },
  "license": "MIT",
  "keywords": [
    "typedocplugin",
    "typedoc"
  ],
  "devDependencies": {
    "@types/node": "^13.9.0",
    "typedoc": "^0.22.10",
    "typescript": "^4.4.3"
  },
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc"
  }
}
