{
  "name": "@sillybit/colorhacks",
  "subname": "colorhacks",
  "version": "1.4.1",
  "description": "A collection of color utility functions",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "cm": "cz",
    "clean": "rimraf lib",
    "lint:md": "markdownlint '**/*.md' --ignore node_modules --ignore website --ignore CHANGELOG.md",
    "lint": "bun biome check . --diagnostic-level=error",
    "lint:fix": "bun biome check . --fix --diagnostic-level=error",
    "lint:ci": "bun biome ci . --diagnostic-level=error",
    "prepare": "is-ci || husky",
    "semantic-release": "semantic-release",
    "test": "vitest run --coverage",
    "ts:check": "tsc --noEmit",
    "test:release": "semantic-release --dry-run",
    "docs:typedoc": "typedoc src/index.ts",
    "docs:docusaurus": "cd website && pnpm run build",
    "docs:docusaurus:install": "cd website && pnpm install",
    "docs:docusaurus:start": "cd website && pnpm run start",
    "docs:build": "pnpm run docs:typedoc && pnpm run docs:docusaurus"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sillybit-io/colorhacks.git"
  },
  "license": "MIT",
  "author": {
    "name": "Sillybit.io",
    "url": "https://github.com/sillybit-io"
  },
  "engines": {
    "node": ">=22.0"
  },
  "keywords": [
    "colorhack",
    "colorutil",
    "typescript",
    "utility",
    "color",
    "color-name-to-hex",
    "color-hex-to-name"
  ],
  "bugs": {
    "url": "https://github.com/sillybit-io/colorhacks/issues"
  },
  "homepage": "https://github.com/sillybit-io/colorhacks",
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@commitlint/cli": "^19.6.0",
    "@commitlint/config-conventional": "^19.6.0",
    "@kainstar/eslint-config": "^1.1.1",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^11.0.1",
    "@semantic-release/npm": "^12.0.1",
    "@semantic-release/release-notes-generator": "^14.0.1",
    "@total-typescript/ts-reset": "^0.6.1",
    "@total-typescript/tsconfig": "^1.0.4",
    "@types/node": "^22.9.3",
    "@vitest/coverage-v8": "^2.1.5",
    "commitizen": "^4.3.1",
    "conventional-changelog-conventionalcommits": "^8.0.0",
    "cz-conventional-changelog": "^3.3.0",
    "husky": "^9.1.7",
    "is-ci": "^3.0.1",
    "lint-staged": "^15.2.10",
    "markdownlint-cli": "^0.43.0",
    "rimraf": "^6.0.1",
    "semantic-release": "^24.2.0",
    "ts-node": "^10.9.2",
    "tsup": "^8.3.5",
    "typedoc": "^0.26.11",
    "typedoc-plugin-markdown": "^4.2.10",
    "typescript": "^5.7.2",
    "vitest": "^2.1.5"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "overrides": {
    "conventional-changelog-conventionalcommits": "^8.0.0",
    "@commitlint/config-conventional": {
      "conventional-changelog-conventionalcommits": "^8.0.0"
    }
  },
  "pnpm": {
    "overrides": {
      "conventional-changelog-conventionalcommits": "^8.0.0"
    }
  }
}
