{
  "name": "@tsed/ts-doc",
  "version": "5.0.4",
  "description": "Generate documentation in markdown for TypeScript API",
  "main": "./src/index.js",
  "bin": {
    "tsdoc": "./bin/tsdoc.js"
  },
  "repository": "https://github.com/tsedio/ts-doc",
  "keywords": [
    "Vuepress",
    "Typescript",
    "documentation",
    "API"
  ],
  "author": "Romakita",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tsedio/ts-doc/issues"
  },
  "homepage": "https://github.com/tsedio/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",
    "lodash": "^4.17.21",
    "normalize-path": "3.0.0",
    "read-pkg-up": "7.0.0"
  },
  "devDependencies": {},
  "peerDependencies": {}
}