UNPKG

1.03 kBJSONView Raw
1{
2 "name": "typedoc-plugin-no-inherit",
3 "version": "1.1.0",
4 "description": "Typedoc plugin to exclude inherited members from a Typedoc class/interface",
5 "main": "dist/index.js",
6 "license": "MIT",
7 "homepage": "https://github.com/jonchardy/typedoc-plugin-no-inherit#readme",
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/jonchardy/typedoc-plugin-no-inherit.git"
11 },
12 "bugs": {
13 "url": "https://github.com/jonchardy/typedoc-plugin-no-inherit/issues"
14 },
15 "author": "Jon Hardy",
16 "peerDependencies": {
17 "typedoc": ">=0.13.0"
18 },
19 "devDependencies": {
20 "@types/jest": "^23.3.10",
21 "jest": "^23.6.0",
22 "ts-jest": "^23.10.5",
23 "typedoc": "^0.13.0",
24 "typescript": "^3.2.2"
25 },
26 "files": [
27 "dist"
28 ],
29 "scripts": {
30 "build": "tsc",
31 "prepare": "npm run build",
32 "pretest": "node test/pretest.js",
33 "test": "jest"
34 },
35 "keywords": [
36 "typedoc",
37 "plugin",
38 "typedocplugin",
39 "documentation"
40 ]
41}