{
  "name": "@knodes/typedoc-plugin-monorepo-readmes",
  "version": "0.23.1",
  "description": "A TypeDoc plugin to prepend modules indexes with readmes",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KnodesCommunity/typedoc-plugins.git"
  },
  "bugs": {
    "url": "https://github.com/KnodesCommunity/typedoc-plugins/issues"
  },
  "homepage": "https://knodescommunity.github.io/typedoc-plugins/modules/_knodes_typedoc_plugin_monorepo_readmes.html",
  "author": {
    "email": "gerkin@knodes.org",
    "name": "GerkinDev"
  },
  "keywords": [
    "documentation",
    "plugin",
    "typedoc",
    "typedoc-plugin",
    "typedocplugin"
  ],
  "main": "dist/index.js",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "build:clean": "rimraf dist",
    "lint": "eslint --ignore-path ../../.eslintignore '**/?(.)*.?([cm])[tj]s?(x)'",
    "prepublishOnly": "npm run build:clean && npm run build",
    "test": "jest --config jest.config.js"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "@knodes/typedoc-pluginutils": "~0.23.1",
    "find-up": "^4.1.0"
  },
  "peerDependencies": {
    "typedoc": "^0.23.0"
  },
  "devDependencies": {
    "@knodes/eslint-config": "^1.6.5",
    "@testing-library/jest-dom": "^5.16.4",
    "@types/jest": "^28.1.6",
    "@types/jsdom": "^16.2.14",
    "@types/lodash": "^4.14.182",
    "@types/node": "^18.0.0",
    "@types/react": "^18.0.14",
    "@typescript-eslint/eslint-plugin": "^5.28.0",
    "@typescript-eslint/parser": "^5.28.0",
    "eslint": "^8.18.0",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsdoc": "^39.3.3",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "eslint-plugin-sort-export-all": "^1.2.2",
    "jest": "^28.1.1",
    "jest-extended": "^3.0.1",
    "jest-junit": "^13.2.0",
    "jsdom": "^19.0.0",
    "rimraf": "^3.0.2",
    "ts-jest": "^28.0.5",
    "typedoc": "^0.23.8",
    "typescript": "^4.7.4"
  }
}
