vuepress-plugin-typedoc
Version:
A VuePress plugin to build api documentation with TypeDoc.
42 lines (41 loc) • 1.31 kB
JSON
{
"name": "vuepress-plugin-typedoc",
"version": "0.10.3",
"description": "A VuePress plugin to build api documentation with TypeDoc.",
"main": "dist/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",
"peerDependencies": {
"typedoc": ">=0.22.0",
"typedoc-plugin-markdown": ">=3.11.10"
},
"scripts": {
"lint": "eslint ./src --ext .ts",
"prepublishOnly": "yarn run lint && yarn run build",
"build": "rm -rf ./dist && tsc",
"test:init": "rm -rf test/site && yarn create vuepress-site test/site",
"test:demo:start": "yarn run build && cd test/site/docs && yarn run dev",
"test:demo:build": "yarn run build && cd test/site/docs && yarn run build && npx http-server ./src/.vuepress/dist -o"
},
"author": "Thomas Grey",
"license": "MIT",
"keywords": [
"vuepress",
"typedoc",
"plugin",
"markdown",
"typescript",
"api"
],
"gitHead": "7976973ebef53fcd873418866032b0cbd8a0cb59"
}