{
  "name": "react-quick-pinch-zoom",
  "version": "5.1.1",
  "main": "cmj/index.js",
  "module": "esm/index.js",
  "types": "esm/index.d.ts",
  "dependencies": {
    "tslib": ">=2.0.0"
  },
  "peerDependencies": {
    "react": ">=16.4.0",
    "react-dom": ">=16.4.0",
    "prop-types": ">=15.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    },
    "prop-types": {
      "optional": true
    }
  },
  "scripts": {
    "docs": "npx doctoc docs/api/README.md",
    "ci": "yarn size && yarn test",
    "test": "jest --silent",
    "presize": "yarn build",
    "size": "size-limit",
    "prebuild": "rm -rf esm cmj",
    "build": "tsc --module ES2022 --declaration true --outDir esm && tsc --module CommonJS --outDir cmj",
    "postbuild": "prettier --write cmj/**/*.js esm/**/*.js esm/**/*.d.ts",
    "prepublishOnly": "yarn run build"
  },
  "devDependencies": {
    "@babel/core": "^7.23.9",
    "@babel/preset-env": "^7.23.9",
    "@babel/preset-react": "^7.23.3",
    "@babel/preset-typescript": "^7.23.3",
    "@size-limit/preset-small-lib": "^11.0.2",
    "@testing-library/react": "^14.2.1",
    "@types/jest": "^29.5.12",
    "@types/react": "^18.2.58",
    "babel-jest": "^29.7.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "prettier": "^3.2.5",
    "prop-types": "^15.8.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "size-limit": "^11.0.2",
    "typescript": "^5.3.3"
  },
  "resolutions": {
    "@types/react": "^18.2.58"
  },
  "files": [
    "cmj",
    "esm",
    "!*.test.*"
  ],
  "description": "A react component that providing multi-touch gestures for zooming and dragging on any DOM element.",
  "author": "David <4661784+retyui@users.noreply.github.com>",
  "license": "MIT",
  "repository": "retyui/react-quick-pinch-zoom",
  "keywords": [
    "drag",
    "gesture",
    "pan",
    "pinch",
    "pinchzoom",
    "react",
    "reactjs",
    "touch",
    "zoom"
  ]
}
