{
  "name": "typedoc-github-wiki-theme",
  "version": "2.1.0",
  "description": "A TypeDoc ( + typedoc-plugin-markdown ) theme that generates Markdown compatible with Github Wiki.",
  "exports": {
    ".": "./dist/index.js"
  },
  "type": "module",
  "files": [
    "dist/"
  ],
  "bugs": {
    "url": "https://github.com/typedoc2md/typedoc-plugin-markdown/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typedoc2md/typedoc-plugin-markdown.git",
    "directory": "packages/typedoc-github-wiki-theme"
  },
  "homepage": "https://typedoc-plugin-markdown.org/plugins/github-wiki",
  "scripts": {
    "lint": "eslint ./src",
    "prepublishOnly": "npm run lint && npm run build",
    "prebuild": "rm -rf dist && prebuild-options",
    "build": "tsc",
    "build-and-test": "npm run build && npm run test",
    "pretest": "tsx ./test/__scripts__/prepare.ts",
    "test": "jest",
    "test:update": "npm run build && npm test -- -u"
  },
  "author": "Thomas Grey",
  "license": "MIT",
  "peerDependencies": {
    "typedoc-plugin-markdown": ">=4.3.0"
  },
  "keywords": [
    "typedoc",
    "github-wiki"
  ]
}
