UNPKG

typedoc-plugin-rename-defaults

Version:

A TypeDoc plugin that renames the `default` exports to their original name

43 lines (42 loc) 1.07 kB
{ "name": "typedoc-plugin-rename-defaults", "version": "0.7.3", "description": "A TypeDoc plugin that renames the `default` exports to their original name", "keywords": [ "typedoc", "plugin", "typedocplugin", "typedoc-plugin" ], "homepage": "https://github.com/felipecrs/typedoc-plugin-rename-defaults#readme", "bugs": "https://github.com/felipecrs/typedoc-plugin-rename-defaults/issues", "repository": { "type": "git", "url": "git+https://github.com/felipecrs/typedoc-plugin-rename-defaults.git" }, "license": "MIT", "author": "Felipe Santos (https://github.com/felipecrs)", "type": "module", "exports": "./index.js", "files": [ "index.js" ], "scripts": { "dev": "cd test && typedoc && serve --no-request-logging docs" }, "devDependencies": { "serve": "^14.2.4", "typedoc": "^0.28.0", "typescript": "^5.8.2" }, "peerDependencies": { "typedoc": ">=0.22.x <0.29.x" }, "volta": { "node": "22.14.0", "npm": "11.2.0" }, "dependencies": { "camelcase": "^8.0.0" } }