{
  "name": "react-color-eye-dropper",
  "version": "1.0.1",
  "description": "Determines the color of a chosen pixel",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel src --out-dir lib --copy-files"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hxf31891/react-gradient-color-picker.git"
  },
  "keywords": [
    "eye",
    "dropper",
    "eye-dropper",
    "react",
    "color",
    "picker",
    "react.js",
    "tool",
    "editor"
  ],
  "author": {
    "name": "Harry Fox",
    "email": "hxfox1@gmail.com"
  },
  "peerDependencies": {
    "react": "^16.3.0 || ^17.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.3",
    "@babel/core": "^7.17.4",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.7"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hxf31891/react-color-eye-dropper/issues"
  },
  "homepage": "https://github.com/hxf31891/react-color-eye-dropper#readme",
  "publishConfig": {
    "@hxf31891:registry": "https://npm.pkg.github.com"
  },
  "dependencies": {
    "html2canvas": "^1.4.1",
    "robofox-react-portal": "^1.0.1"
  }
}
