{
  "name": "react-avatar-editor",
  "version": "14.0.0",
  "description": "Avatar / profile picture component. Resize and crop your uploaded image using a intuitive user interface.",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {},
  "peerDependencies": {
    "react": "^0.14.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^0.14.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@playwright/test": "^1.40.0",
    "@types/react": "18.2.38",
    "tsup": "8.0.1"
  },
  "license": "MIT",
  "keywords": [
    "react-component",
    "reactjs",
    "react",
    "canvas",
    "avatar",
    "editor",
    "profile",
    "image"
  ],
  "author": {
    "name": "Moritz Schwoerer",
    "email": "moritz@schwrr.com"
  },
  "contributors": [
    {
      "name": "Daniel Lehr",
      "email": "daniellehr@gmx.de"
    }
  ],
  "scripts": {
    "build": "tsup",
    "clean": "rm -rf dist",
    "test": "pnpm build && playwright test"
  }
}