{
  "name": "typedoc-plugin-docusaurus",
  "version": "1.0.14",
  "description": "A plugin for Typedoc that exposes themes and options for rendering markdown for docusaurus.",
  "main": "dist/index.js",
  "files": [
    "dist/"
  ],
  "scripts": {
    "copy:static": "copyfiles --up 1 ./src/**/*.hbs ./dist/",
    "copy:plugin": "copyfiles package.json './dist/**/*' node_modules/typedoc-plugin-docusaurus/",
    "mocks": "npm run mocks:default && npm run mocks:bitbucket",
    "mocks:default": "typedoc ./tests/src --out ./tests/out/default --theme markdown --gitRevision master --media tests/src/media/ --includes tests/src/inc/",
    "mocks:bitbucket": "typedoc  ./tests/src --out ./tests/out/bitbucket --theme markdown --gitRevision master --media tests/src/media/ --includes tests/src/inc/ --excludePrivate --readme none --mode file --mdFlavour bitbucket --mdSourceRepo 'https://bitbucket.org/owner/repository_name'",
    "mocks:html": "typedoc --mode modules --out tests/html tests",
    "lint": "tslint --project ./src/tsconfig.json",
    "prepare": "rm -rf dist && tsc -p ./src/tsconfig.json && npm run copy:static",
    "prepublishOnly": "npm run prepare && npm run test",
    "pretest": "rm -rf tests/out && rm -rf node_modules/typedoc-plugin-docusaurus && npm run copy:plugin && npm run mocks",
    "test": "mocha tests/**/test.*.js"
  },
  "authors": ["Thomas Grey", "OffGridNetowrks"],
  "license": "MIT",
  "engines": {
    "node": ">=6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/offgridnetworks/typedoc-plugin-docusaurus.git"
  },
  "keywords": [
    "markdown",
    "typedocplugin",
    "typedoc",
    "docusaurus"
  ],
  "peerDependencies": {
    "typedoc": ">=0.9.0"
  },
  "devDependencies": {
    "@types/chai": "^4.1.2",
    "@types/mocha": "^2.2.48",
    "@types/to-markdown": "^3.0.0",
    "chai": "^4.1.2",
    "chai-files": "^1.4.0",
    "copyfiles": "^1.2.0",
    "mocha": "^5.0.1",
    "tslint": "^5.9.1",
    "typedoc": "^0.10.0",
    "typescript": "2.7.2"
  },
  "dependencies": {
    "to-markdown": "^3.1.1"
  },
  "greenkeeper": {
    "ignore": [
      "typescript"
    ]
  }
}
