{
  "name": "@palett/convert",
  "version": "0.12.28",
  "description": "A color converter among RGB, HEX and HSL.",
  "type": "module",
  "exports": "./index.js",
  "files": [
    "index.js"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@aryth/polar": "^0.7.8"
  },
  "devDependencies": {
    "@ject/oneself": "^0.1.2",
    "@palett/dye": "^0.12.28",
    "@palett/enum-font-effects": "^0.12.28",
    "@palett/enum-color-space": "^0.12.28",
    "@palett/stringify": "^0.12.28"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoyeungw/palett"
  },
  "keywords": [
    "color",
    "palett",
    "convert",
    "rgb",
    "hex",
    "rgb",
    "hsl"
  ],
  "author": {
    "name": "Hoyeung Wong",
    "email": "hoyeungw@outlook.com",
    "url": "https://github.com/hoyeungw"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hoyeungw/palett"
  },
  "homepage": "https://github.com/hoyeungw/palett/rgb#readme",
  "gitHead": "fa43c4eb4429e3c75cc8a2ae9093163359e8afb1",
  "scripts": {
    "pub": "npm publish",
    "test": "node -r @babel/register test/test.index.js"
  }
}