{
  "name": "gulp-typedoc",
  "version": "3.0.2",
  "description": "Gulp plugin for the TypeDoc typescript documentation tool.",
  "repository": {
    "type": "git",
    "url": "https://github.com/rogierschouten/gulp-typedoc.git"
  },
  "types": "index.d.ts",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/test.js && tsc -p test-types",
    "upgrade-dependencies": "node upgrade-dependencies.js"
  },
  "keywords": [
    "typedoc",
    "typescript",
    "gulpplugin"
  ],
  "author": {
    "name": "Rogier Schouten",
    "url": "https://github.com/rogierschouten/",
    "email": "github@workingcode.ninja"
  },
  "license": "ISC",
  "peerDependencies": {
    "typedoc": ">=0.20.34"
  },
  "dependencies": {
    "ansi-colors": "^4.1.1",
    "event-stream": "^4.0.1",
    "fancy-log": "^1.3.3",
    "plugin-error": "^1.0.1",
    "semver": "^7.3.5"
  },
  "devDependencies": {
    "@types/node": "^14.14.37",
    "chai": "^4.3.4",
    "fs-extra": "^9.1.0",
    "gulp": "^4.0.2",
    "mocha": "^8.3.2",
    "rimraf": "^3.0.2",
    "typedoc": "*",
    "typescript": "^4.2.3"
  }
}
