{
  "name": "docs-ts-extra",
  "version": "0.7.1",
  "description": "Documentation tool for TypeScript packages",
  "files": [
    "bin",
    "lib"
  ],
  "main": "lib/index.js",
  "bin": "bin/docs-ts-extra",
  "typings": "lib/index.d.ts",
  "scripts": {
    "lint": "tslint -p tsconfig.json",
    "jest": "jest",
    "prettier": "prettier --no-semi --single-quote --print-width 120 --parser typescript --list-different '{src,test}/**/*.ts'",
    "fix-prettier": "prettier --no-semi --single-quote --print-width 120 --parser typescript --write '{src,test}/**/*.ts'",
    "test": "npm run lint && npm run prettier && npm run jest && npm run docs",
    "clean": "rimraf rm -rf lib/*",
    "build": "npm run clean && tsc",
    "prepublish": "npm run build",
    "mocha": "mocha -r ts-node/register test/*.ts",
    "doctoc": "doctoc docs",
    "docs": "ts-node docs.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gillchristian/docs-ts.git"
  },
  "author": "Christian Gill <gillchristiang@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gillchristian/docs-ts/issues"
  },
  "homepage": "https://github.com/gillchristian/docs-ts",
  "dependencies": {
    "chalk": "^2.4.2",
    "doctrine": "^3.0.0",
    "fp-ts": "^2.9.3",
    "fs-extra": "^7.0.1",
    "glob": "^7.1.3",
    "io-ts": "^2.2.13",
    "io-ts-reporters": "^1.2.2",
    "markdown-toc": "^1.2.0",
    "prettier": "^2.2.1",
    "rimraf": "^2.6.3",
    "ts-morph": "^5.0.0",
    "ts-node": "^8.0.2"
  },
  "devDependencies": {
    "@types/doctrine": "0.0.3",
    "@types/fs-extra": "^5.0.5",
    "@types/glob": "^7.1.1",
    "@types/jest": "^22.2.2",
    "@types/node": "^10.12.18",
    "@types/prettier": "^1.16.1",
    "@types/rimraf": "^2.0.2",
    "doctoc": "^1.4.0",
    "jest": "^24.8.0",
    "mocha": "^5.2.0",
    "ts-jest": "^24.0.2",
    "tslint": "^5.12.1",
    "tslint-config-standard": "^8.0.1",
    "typescript": "^4.1.3"
  },
  "peerDependencies": {
    "typescript": "^4.1.3"
  },
  "tags": [],
  "keywords": [],
  "docsts": {
    "strict": false,
    "outDir": "docs",
    "rootDir": "src"
  }
}
