{
  "name": "@imagekit/react",
  "version": "5.0.2",
  "description": "React SDK for ImageKit.io which implements client-side upload and URL generation for use inside a react application.",
  "scripts": {
    "build:js": "rollup -c",
    "build-dev:js": "rollup -c --watch",
    "build:types": "tsc --emitDeclarationOnly",
    "type-check": "tsc --noEmit",
    "type-check:watch": "npm run type-check -- --watch",
    "build": "rm -rf dist*; npm run build:types && npm run build:js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/imagekit-developer/imagekit-react"
  },
  "main": "dist/imagekitio-react.js",
  "module": "dist/imagekitio-react.esm.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "author": "ImageKit",
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-babel": "^5.2.1",
    "@rollup/plugin-commonjs": "^15.1.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-replace": "^2.3.3",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/node": "^20.12.13",
    "@types/react": "^18.3.3",
    "rollup": "^2.28.2",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.3",
    "rollup-plugin-terser": "^7.0.2",
    "tslib": "^2.8.1",
    "typescript": "^5.4.5"
  },
  "dependencies": {
    "@imagekit/javascript": "^5.1.0"
  },
  "peerDependencies": {
    "react": "^16.13.1 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  }
}
