{
  "name": "react-filerobot-image-editor",
  "version": "4.9.1",
  "license": "MIT",
  "author": "Scaleflex",
  "homepage": "https://github.com/scaleflex/filerobot-image-editor#readme",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/scaleflex/filerobot-image-editor#readme"
  },
  "keywords": [
    "Image editing react component",
    "React Image Editor",
    "image editor",
    "filerobot image editor",
    "edit image",
    "modify image",
    "update image",
    "finetune",
    "filters",
    "weatermark",
    "resize",
    "annotate"
  ],
  "files": [
    "lib"
  ],
  "dependencies": {
    "@babel/runtime": "^7.17.2",
    "@scaleflex/icons": "2.10.27",
    "@scaleflex/ui": "2.10.27",
    "konva": "9.3.6",
    "prop-types": "15.7.2"
  },
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0",
    "react-konva": ">=17.0.0",
    "styled-components": ">=5.3.5"
  },
  "scripts": {
    "build:lib": "rimraf lib && cross-env BABEL_ENV=production NODE_ENV=production babel src -d lib --config-file ../../babel.config.json -D"
  },
  "gitHead": "7f76247c452347053226bf106db473fb4fcbb75c"
}
