{
  "name": "@cloudscape-design/documenter",
  "version": "1.0.91",
  "repository": {
    "type": "git",
    "url": "https://github.com/cloudscape-design/documenter.git"
  },
  "homepage": "https://cloudscape.design",
  "main": "./index.js",
  "exports": {
    ".": "./index.js",
    "./api-gen": "./api-gen/index.js",
    "./api-gen/markers": "./api-gen/markers.js"
  },
  "devDependencies": {
    "@eslint/compat": "^1.2.9",
    "@tony.ganchev/eslint-plugin-header": "^3.3.1",
    "@types/micromatch": "^4.0.1",
    "@types/node": "^20.0.0",
    "@types/react": "^16.14.8",
    "@types/react-dom": "^16.9.8",
    "@vitest/coverage-v8": "^4.1.11",
    "eslint": "^9.20.1",
    "eslint-config-prettier": "^10.1.5",
    "eslint-plugin-prettier": "^5.2.3",
    "eslint-plugin-react": "^7.31.11",
    "eslint-plugin-unicorn": "^60.0.0",
    "husky": "^9.0.11",
    "lint-staged": "^13.2.1",
    "prettier": "^3.6.1",
    "rimraf": "^5.0.5",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.44.0",
    "vitest": "^4.1.11"
  },
  "dependencies": {
    "change-case": "^4.1.1",
    "micromatch": "^4.0.8",
    "pathe": "^1.1.2",
    "ts-morph": "^28.0.0"
  },
  "lint-staged": {
    "*.{ts,tsx,js}": [
      "eslint --fix"
    ]
  },
  "license": "Apache-2.0",
  "scripts": {}
}
