UNPKG

typedoc-plugin-markdown

Version:

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.

51 lines (50 loc) 1.59 kB
{ "name": "typedoc-plugin-markdown", "version": "3.10.2", "description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.", "main": "dist/index.js", "files": [ "dist/" ], "scripts": { "lint": "eslint ./src --ext .ts", "prepublishOnly": "yarn run lint && yarn run build && yarn run test", "build": "rm -rf dist && tsc && copyfiles --up 1 ./src/**/*.hbs ./dist/", "pretest": "yarn run demo:md && markdownlint ./demo/md", "test": "jest --colors", "build-and-test": "yarn run build && yarn run test", "fixtures": "node ./tasks/fixtures.js", "demos": "yarn run build && npm-run-all demo:*", "demo:md": "typedoc --options ./demo.options.json --out ./demo/md", "demo:html": "typedoc --options ./demo.options.json --plugin none --out ./demo/html" }, "author": "Thomas Grey", "license": "MIT", "engines": { "node": ">= 12.20.0" }, "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/typedoc-plugin-markdown" }, "homepage": "https://github.com/tgreyuk/typedoc-plugin-markdown/tree/master/packages/typedoc-plugin-markdown", "keywords": [ "markdown", "typescript", "documentation", "api", "typedocplugin", "typedoc" ], "peerDependencies": { "typedoc": ">=0.21.0" }, "dependencies": { "handlebars": "^4.7.7" }, "gitHead": "9186e19b5e0cbdc8b0d4ee1baa14d0270ae8003c" }