{
  "name": "lch-color-wheel",
  "version": "0.4.1",
  "description": "A wheel-style color picker based on CIE L*C*h color space.",
  "license": "WTFPL",
  "repository": "luncheon/lch-color-wheel",
  "module": "index.js",
  "jsdelivr": "index.iife.min.js",
  "unpkg": "index.iife.min.js",
  "keywords": [
    "color",
    "picker",
    "color picker",
    "color-picker",
    "lch"
  ],
  "prettier": {
    "printWidth": 140,
    "endOfLine": "lf",
    "singleQuote": true,
    "trailingComma": "all",
    "semi": false,
    "arrowParens": "avoid"
  },
  "scripts": {
    "build": "npm-run-all -s build:esm build:iife",
    "build:esm": "tsc -p .",
    "build:iife": "rollup -c",
    "watch": "npm-run-all -p watch:*",
    "watch:esm": "tsc -p . -w --preserveWatchOutput",
    "watch:iife": "rollup -c -w --no-watch.clearScreen"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^15.0.0",
    "@rollup/plugin-node-resolve": "^9.0.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.1.1",
    "rollup": "^2.26.11",
    "rollup-plugin-terser": "^7.0.2",
    "typescript": "^4.0.2"
  },
  "dependencies": {
    "pure-color": "^1.3.0"
  }
}
