{
  "name": "@r74tech/docusaurus-plugin-panzoom",
  "version": "2.1.0",
  "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"
  },
  "author": "r74tech",
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@docusaurus/utils-validation": "^3.7.0",
    "@panzoom/panzoom": "^4.6.0"
  },
  "devDependencies": {
    "@docusaurus/types": "^3.7.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^9.0.2",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^11.0.1",
    "@semantic-release/npm": "^12.0.1",
    "@semantic-release/release-notes-generator": "^10.0.3",
    "@tsconfig/docusaurus": "^1.0.7",
    "@types/node": "^22.14.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "semantic-release": "^24.2.3",
    "typescript": "^4.9.5"
  },
  "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",
            "package-lock.json"
          ],
          "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
}
