{
  "name": "@nauverse/color-to-hsla",
  "description": "🧪 A tiny URL builder library for TypeScript.",
  "author": {
    "name": "Albert Adler | @albertadler",
    "url": "https://albertadler.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/TheNaubit/color-to-hsla",
  "repository": {
    "type": "git",
    "url": "https://github.com/TheNaubit/color-to-hsla.git"
  },
  "bugs": {
    "url": "https://github.com/TheNaubit/color-to-hsla/issues"
  },
  "keywords": [
    "hex",
    "color",
    "hsl",
    "rgb",
    "rgb-color",
    "rgba",
    "hsla",
    "hsla-colors",
    "hsla-color",
    "rgb-to-hsla",
    "rgba-to-hsla",
    "hex-to-hsla",
    "color-to-hsla",
    "css-to-hsla"
  ],
  "version": "1.13.1",
  "type": "module",
  "main": "./dist/color-to-hsla.umd.cjs",
  "module": "./dist/color-to-hsla.js",
  "types": "./dist/index.d.ts",
  "engines": {
    "node": ">=18.0.0"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/color-to-hsla.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/color-to-hsla.umd.cjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && vite build",
    "test": "vitest",
    "test:run": "vitest run",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint . --ext .ts --report-unused-disable-directives --max-warnings 0",
    "lint:fix": "eslint --fix . --ext .ts --report-unused-disable-directives --max-warnings 0",
    "prepare": "husky"
  },
  "devDependencies": {
    "@commitlint/cli": "19.3.0",
    "@commitlint/config-conventional": "19.2.2",
    "@types/eslint": "8.56.10",
    "@types/node": "20.12.12",
    "@typescript-eslint/eslint-plugin": "7.10.0",
    "@typescript-eslint/parser": "7.10.0",
    "@vitest/coverage-v8": "1.6.0",
    "eslint": "8.57.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-prettier": "5.1.3",
    "husky": "9.0.11",
    "prettier": "3.2.5",
    "typescript": "5.4.5",
    "vite": "5.2.11",
    "vite-plugin-dts": "3.9.1",
    "vitest": "1.6.0"
  },
  "peerDependencies": {}
}
