{
  "name": "hsluv",
  "description": "Human-friendly HSL",
  "keywords": [
    "color",
    "color space",
    "CIE",
    "RGB",
    "HSL",
    "HSLuv",
    "HPLuv"
  ],
  "version": "1.0.1",
  "author": "Alexei Boronine <alexei@boronine.com>",
  "license": "MIT",
  "files": [
    "dist/hsluv.d.ts",
    "dist/hsluv.mjs",
    "dist/hsluv.cjs",
    "LICENSE",
    "README.md"
  ],
  "types": "dist/hsluv.d.ts",
  "exports": {
    "types": "./dist/hsluv.d.ts",
    "import": "./dist/hsluv.mjs",
    "require": "./dist/hsluv.cjs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hsluv/hsluv-javascript.git"
  },
  "homepage": "https://www.hsluv.org",
  "devDependencies": {
    "typescript": "^5.1.6",
    "esbuild": "^0.18.17"
  },
  "scripts": {
    "build": "sh build.sh"
  }
}
