{
  "name": "@techcosmos/image-editor",
  "version": "4.3.4",
  "license": "MIT",
  "author": "Cosmos Tech",
  "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",
    "@emotion/react": "^11.10.0",
    "@mantine/core": "^5.2.4",
    "@mantine/hooks": "^5.2.4",
    "@scaleflex/icons": "1.0.0-beta.80",
    "@scaleflex/ui": "1.0.0-beta.80",
    "konva": "8.3.2",
    "prop-types": "15.7.2",
    "react-konva": "18.1.1"
  },
  "peerDependencies": {
    "react": "18.2.0",
    "react-dom": "18.2.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"
  }
}
