{
  "name": "@r74tech/docusaurus-plugin-panzoom",
  "version": "2.4.2",
  "description": "A plugin to enable the panzoom component on SVG and other elements",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "Docusaurus",
    "Plugin",
    "PanZoom"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "author": "r74tech",
  "license": "MIT",
  "scripts": {
    "build": "tsc && npm run copy-assets",
    "copy-assets": "mkdir -p dist/styles && cp -r src/styles/* dist/styles/",
    "prepublishOnly": "npm run build",
    "lint": "eslint 'src/**/*.{ts,css}' --report-unused-disable-directives --max-warnings 0",
    "lint:fix": "eslint --fix 'src/**/*.{ts,css}'",
    "format": "prettier --write --no-error-on-unmatched-pattern 'src/**/*.{ts,css}' --config ./.prettierrc"
  },
  "dependencies": {
    "@docusaurus/utils-validation": "^3.9.2",
    "@panzoom/panzoom": "^4.6.1"
  },
  "devDependencies": {
    "@docusaurus/types": "^3.9.2",
    "@eslint/compat": "^1.4.1",
    "@eslint/js": "^9.39.2",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.5",
    "@semantic-release/npm": "^13.1.0",
    "@semantic-release/release-notes-generator": "^14.1.0",
    "@tsconfig/docusaurus": "^2.0.8",
    "@types/node": "^25.2.2",
    "@typescript-eslint/eslint-plugin": "^8.54.0",
    "@typescript-eslint/parser": "^8.54.0",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.5",
    "globals": "^15.15.0",
    "lint-staged": "^16.2.7",
    "prettier": "^3.8.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "semantic-release": "^25.0.3",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.54.0"
  },
  "release": {
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      [
        "@semantic-release/changelog",
        {
          "changelogFile": "CHANGELOG.md",
          "changeLogTitle": "# Changelog"
        }
      ],
      "@semantic-release/npm",
      "@semantic-release/github",
      [
        "@semantic-release/git",
        {
          "assets": [
            "CHANGELOG.md",
            "package.json",
            "pnpm-lock.yaml"
          ],
          "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
        }
      ]
    ],
    "repositoryUrl": "git@github.com:r74tech/docusaurus-plugin-panzoom.git",
    "branches": [
      {
        "name": "main",
        "prerelease": false
      },
      {
        "name": "next",
        "prerelease": true
      }
    ],
    "initialVersion": "2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/r74tech/docusaurus-plugin-panzoom.git"
  },
  "sideEffects": false,
  "lint-staged": {
    "src/**/*.{ts,css}": [
      "prettier --write --no-error-on-unmatched-pattern --config ./.prettierrc"
    ]
  }
}
