{
  "name": "typedoc-theme-hierarchy",
  "version": "6.0.0",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "repository": "git@github.com:DiFuks/typedoc-theme-hierarchy.git",
  "homepage": "https://github.com/DiFuks/typedoc-theme-hierarchy",
  "description": "Hierarchy theme for typedoc",
  "keywords": [
    "typedoc-theme",
    "typedocplugin"
  ],
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "author": {
    "name": "Dmitry Fuks",
    "email": "difuks@gmail.com",
    "url": "https://github.com/DiFuks"
  },
  "devDependencies": {
    "@rushstack/eslint-patch": "^1.1.4",
    "@types/fs-extra": "^9.0.13",
    "@types/mini-css-extract-plugin": "^2.4.0",
    "@types/webpack": "^5.28.0",
    "clean-webpack-plugin": "^4.0.0",
    "css-loader": "^6.5.1",
    "css-minimizer-webpack-plugin": "^3.3.1",
    "eslint": "^8.18.0",
    "eslint-config-fuks": "2.0.0",
    "mini-css-extract-plugin": "^2.4.5",
    "terser-webpack-plugin": "^5.3.3",
    "ts-loader": "^9.4.4",
    "tsup": "^8.4.0",
    "typedoc": "0.28.1",
    "typescript": "5.8.2",
    "webpack": "5.92.1",
    "webpack-cli": "5.1.4"
  },
  "peerDependencies": {
    "typedoc": "^0.28.0"
  },
  "scripts": {
    "build": "webpack && tsup",
    "lint": "eslint \"./**/*.{ts,tsx,js}\""
  },
  "dependencies": {
    "fs-extra": "11.1.1"
  },
  "packageManager": "yarn@3.6.1"
}