UNPKG

typedoc-plugin-missing-exports

Version:

Include non-exported types in TypeDoc documentation

37 lines (36 loc) 877 B
{ "name": "typedoc-plugin-missing-exports", "version": "3.1.0", "description": "Include non-exported types in TypeDoc documentation", "exports": "./index.js", "type": "module", "author": "Gerrit Birkeland", "license": "MIT", "devDependencies": { "@types/node": "18", "outdent": "^0.8.0", "prettier": "3.3.3", "typedoc": "^0.27.0-beta.2", "typescript": "^5.7.2", "vitest": "^2.1.5" }, "repository": { "type": "git", "url": "https://github.com/Gerrit0/typedoc-plugin-missing-exports.git" }, "files": [ "index.js" ], "keywords": [ "typedoc-plugin" ], "peerDependencies": { "typedoc": "0.26.x || 0.27.x" }, "scripts": { "test": "vitest run test/packages.test.ts", "test:doc": "typedoc --plugin ./index.js --tsconfig ./test/packages", "build": "tsc", "lint": "prettier --check ." } }