{
  "name": "advanced-color-utils",
  "version": "1.0.10",
  "description": "Unleash the full potential of color manipulation with the ColorUtils library! Designed for developers who need precise control over color processing.",
  "main": "dist/ColorUtils.js",
  "types": "dist/ColorUtils.d.ts",
  "exports": {
    ".": {
      "require": "./dist/ColorUtils.js",
      "types": "./dist/ColorUtils.d.ts",
      "import": "./dist/ColorUtils.js"
    }
  },
  "scripts": {
    "start": "ts-node -r tsconfig-paths/register src/index.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:cov": "vitest run --coverage",
    "test:ui": "vitest --ui",
    "build": "tsc",
    "pack": "npm pack"
  },
  "author": "aminekun90",
  "license": "MIT",
  "engines": {
    "npm": ">=10.9.4",
    "node": ">=22.21.1"
  },
  "dependencies": {
    "chroma-js": "^3.2.0",
    "color-diff": "^1.4.0",
    "tslog": "^4.10.2"
  },
  "devDependencies": {
    "@types/chroma-js": "^3.1.2",
    "@types/color-diff": "^1.2.5",
    "@types/node": "^24.10.1",
    "@vitest/coverage-v8": "^4.0.15",
    "prettier": "^3.7.3",
    "ts-loader": "^9.4.2",
    "ts-node": "^10.9.2",
    "tsconfig-paths": "^4.2.0",
    "typescript": "^5.9.3",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^4.0.15"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aminekun90/advanced-color-utils.git"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "color",
    "library",
    "chroma",
    "chroma-js",
    "manipulation",
    "color-utils",
    "color-diff"
  ],
  "bugs": {
    "url": "https://github.com/aminekun90/advanced-color-utils/issues"
  },
  "homepage": "https://github.com/aminekun90/advanced-color-utils#readme"
}