{
  "name": "ultra-image-cropper-lib",
  "version": "1.0.0",
  "description": "AI-Powered Image Editor — Frontend-Only React Library. No backend required.",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js",
      "types": "./dist/types/index.d.ts"
    },
    "./styles": "./dist/ultraimage.css"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "build:lib": "tsc && vite build --config vite.lib.config.ts",
    "preview": "vite preview",
    "lint": "eslint src --ext ts,tsx",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "clsx": "^2.1.0",
    "zustand": "^4.5.0"
  },
  "peerDependencies": {
    "@imgly/background-removal": "^1.7.0",
    "exifr": "^7.1.3",
    "heic2any": "^0.0.4",
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "peerDependenciesMeta": {
    "@imgly/background-removal": {
      "optional": true
    },
    "heic2any": {
      "optional": true
    },
    "exifr": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "@types/react": "^18.2.48",
    "@types/react-dom": "^18.2.18",
    "@typescript-eslint/eslint-plugin": "^6.19.0",
    "@typescript-eslint/parser": "^6.19.0",
    "@vitejs/plugin-react": "^4.2.1",
    "eslint": "^8.56.0",
    "typescript": "^5.3.3",
    "vite": "^5.0.12",
    "vite-plugin-dts": "^3.7.2"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "image-editor",
    "image-cropper",
    "ai-image",
    "react-image-editor",
    "canvas",
    "react",
    "frontend-only"
  ],
  "author": "dreamstechnologies",
  "license": "SEE LICENSE IN LICENSE.txt",
  "repository": {
    "type": "git",
    "url": ""
  }
}
