{
  "name": "@knapsack/color-utils",
  "description": "",
  "version": "4.98.0",
  "source": "src/index.ts",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./package": "./package.json",
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsup",
    "build-inc": "npm run build",
    "clean": "rm -rf dist",
    "lint": "eslint ./src --quiet",
    "test": "vitest run"
  },
  "dependencies": {
    "@types/lodash": "^4.17.23",
    "color": "^4.2.3",
    "lodash": "^4.18.1"
  },
  "devDependencies": {
    "@knapsack/eslint-config-starter": "4.98.0",
    "@knapsack/typescript-config-starter": "4.98.0",
    "@types/color": "^3.0.6",
    "eslint": "^9.20.0",
    "tsup": "^8.5.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.9"
  },
  "license": "GPL-2.0-or-later",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "url": "https://github.com/knapsack-labs/app-monorepo",
    "directory": "libs/color-utils",
    "type": "git"
  },
  "gitHead": "873d33313e202d4f3cb55bf291fa2ca8fa768a2a"
}
