{
  "name": "react-canvas-color-picker",
  "version": "1.0.21",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "description": "Simple and customizable canvas color picker built in React + TS",
  "keywords": [
    "color",
    "picker",
    "color picker",
    "react",
    "canvas",
    "typescript"
  ],
  "scripts": {
    "prebuild": "del lib/",
    "build": "tsc",
    "postbuild": "cpy **/* **/*.module.css ../dist --cwd=src --no-overwrite --parents",
    "prepare": "npm run build"
  },
  "dependencies": {
    "tinycolor2": "1.4.1"
  },
  "devDependencies": {
    "@types/node": "14.0.1",
    "@types/react-dom": "16.9.5",
    "@types/react": "16.9.19",
    "@types/tinycolor2": "^1.4.2",
    "cpy-cli": "^3.1.1",
    "del-cli": "^3.0.1",
    "react-scripts": "3.3.0",
    "typescript-plugin-css-modules": "^2.7.0",
    "typescript": "3.7.5"
  },
  "peerDependencies": {
    "react": "^16.13.1",
    "react-dom": "^16.13.1"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ScottSavarie/react-canvas-color-picker.git"
  },
  "author": "Scott Savarie",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ScottSavarie/react-canvas-color-picker/issues"
  },
  "homepage": "https://github.com/ScottSavarie/react-canvas-color-picker#readme"
}
