{
  "name": "color-converters",
  "version": "0.1.1",
  "description": "Modular color converters.",
  "module": "dist/index.esm.min.js",
  "main": "dist/index.cjs.min.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "build": "rollup -c",
    "test": "jest",
    "prepublishOnly": "npm run test && npm run build"
  },
  "keywords": [
    "color",
    "convert"
  ],
  "author": "Justineo <justice360@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/d3-color": "^1.2.2",
    "@types/d3-hsv": "^0.1.3",
    "@types/jest": "^26.0.10",
    "@typescript-eslint/eslint-plugin": "^3.9.1",
    "@typescript-eslint/parser": "^3.9.1",
    "d3-color": "^2.0.0",
    "d3-hsv": "^0.1.0",
    "eslint": "^7.7.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.4",
    "jest": "^26.4.2",
    "prettier": "^2.0.5",
    "rollup": "^2.26.3",
    "rollup-plugin-terser": "^7.0.0",
    "rollup-plugin-typescript2": "^0.27.2",
    "ts-jest": "^26.2.0",
    "typescript": "^3.9.7"
  }
}
