typedoc-plugin-no-inherit
Version:
Typedoc plugin to exclude inherited members from a Typedoc class/interface
39 lines (38 loc) • 1.02 kB
JSON
{
"name": "typedoc-plugin-no-inherit",
"description": "Typedoc plugin to exclude inherited members from a Typedoc class/interface",
"version": "1.6.1",
"type": "module",
"main": "dist/index.js",
"license": "MIT",
"homepage": "https://github.com/jonchardy/typedoc-plugin-no-inherit#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/jonchardy/typedoc-plugin-no-inherit.git"
},
"bugs": {
"url": "https://github.com/jonchardy/typedoc-plugin-no-inherit/issues"
},
"author": "Jon Hardy",
"peerDependencies": {
"typedoc": "0.26.x || 0.27.x || 0.28.x"
},
"devDependencies": {
"@types/node": "^22.13.17",
"typedoc": "^0.28.1",
"typescript": "^5.8.2",
"vitest": "^3.1.1"
},
"files": [
"dist/index.js",
"tsdoc.json"
],
"scripts": {
"build": "tsc",
"test": "vitest run",
"docs": "typedoc --plugin ./dist/index.js src/testdata/basic.ts"
},
"keywords": [
"typedoc-plugin"
]
}