UNPKG

vuepress-plugin-typedoc

Version:
45 lines (44 loc) 1.14 kB
{ "name": "vuepress-plugin-typedoc", "version": "0.13.0", "description": "A VuePress plugin to build API documentation with TypeDoc.", "main": "./dist/v1/index.js", "exports": { ".": "./dist/v1/index.js", "./next": "./dist/v2/index.js" }, "files": [ "dist/" ], "bugs": { "url": "https://github.com/tgreyuk/typedoc-plugin-markdown/issues" }, "repository": { "type": "git", "url": "git+https://github.com/tgreyuk/typedoc-plugin-markdown.git", "directory": "packages/vuepress-plugin-typedoc" }, "homepage": "https://github.com/tgreyuk/typedoc-plugin-markdown/tree/master/packages/vuepress-plugin-typedoc", "author": "Thomas Grey", "scripts": { "lint": "eslint ./src --ext .ts", "prepublishOnly": "yarn run lint && yarn run build", "build": "rm -rf ./dist && tsc" }, "peerDependencies": { "typedoc": ">=0.24.0", "typedoc-plugin-markdown": ">=3.15.0" }, "devDependencies": { "typedoc-plugin-markdown": ">=3.15.0" }, "license": "MIT", "keywords": [ "vuepress", "vuepress-plugin", "typedoc", "markdown", "typescript", "api" ] }