{
  "name": "image-cropper-react",
  "version": "1.0.1",
  "description": "A lightweight and customizable React image cropper component with drag, resize,zoom and keyboard support. Export cropped images as Base64, Blob, or File — with square and circular crop box options.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "react",
    "image-cropper-react",
    "react image cropper",
    "image cropper",
    "image cropping",
    "react crop image",
    "cropper component",
    "crop image react",
    "crop tool",
    "image crop react",
    "image crop library",
    "image crop ui",
    "circle crop",
    "square crop",
    "react cropper component",
    "react image crop tool"
  ],
  "author": "Swastik Roy",
  "license": "MIT",
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.2",
    "@types/react": "^19.1.2",
    "@types/react-dom": "^19.1.2",
    "typescript": "^5.8.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/swastikroyyy/image-cropper-react.git"
  },
  "homepage": "https://github.com/swastikroyyy/image-cropper-react#readme",
  "bugs": {
    "url": "https://github.com/swastikroyyy/image-cropper-react/issues"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE.md"
  ]
}
