@typedproject/ts-doc
Version:
Generate documentation in markdown for TypeScript API
40 lines • 947 B
JSON
{
"name": "@typedproject/ts-doc",
"version": "4.0.13",
"description": "Generate documentation in markdown for TypeScript API",
"main": "./src/index.js",
"bin": {
"tsdoc": "./bin/tsdoc.js"
},
"repository": "https://github.com/TypedProject/ts-doc",
"keywords": [
"Vuepress",
"Typescript",
"documentation",
"API"
],
"author": "Romakita",
"license": "MIT",
"bugs": {
"url": "https://github.com/TypedProject/ts-doc/issues"
},
"homepage": "https://github.com/TypedProject/ts-doc/tree/master/packages/ts-doc",
"directories": {
"src": "./src",
"components": "./components",
"bin": "./bin"
},
"dependencies": {
"chalk": "3.0.0",
"ejs": "2.7.1",
"fancy-log": "1.3.3",
"fs-extra": "8.1.0",
"glob": "7.1.6",
"globby": "8.0.2",
"listr": "^0.14.3",
"normalize-path": "3.0.0",
"read-pkg-up": "7.0.0"
},
"devDependencies": {},
"peerDependencies": {}
}