{
  "name": "@sanity/color-input",
  "version": "6.0.4",
  "description": "Color input",
  "keywords": [
    "cms",
    "color-input",
    "content",
    "headless",
    "realtime",
    "sanity",
    "sanity-plugin"
  ],
  "homepage": "https://github.com/sanity-io/plugins/tree/main/plugins/%40sanity/color-input#readme",
  "bugs": {
    "url": "https://github.com/sanity-io/plugins/issues"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sanity-io/plugins.git",
    "directory": "plugins/@sanity/color-input"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@sanity/icons": "^3.7.4",
    "@sanity/ui": "^3.1.11",
    "react-color": "^2.19.3",
    "tinycolor2": "^1.6.0"
  },
  "devDependencies": {
    "@sanity/pkg-utils": "^10.4.1",
    "@types/react": "^19.2.10",
    "@types/react-color": "^2.17.12",
    "@types/tinycolor2": "^1.4.6",
    "babel-plugin-react-compiler": "^1.0.0",
    "babel-plugin-styled-components": "^2.1.4",
    "eslint": "^9.39.2",
    "react": "^19.2.4",
    "sanity": "^5.7.0",
    "styled-components": "^6.3.8",
    "@repo/eslint-config": "0.0.0",
    "@repo/package.config": "0.0.0",
    "@repo/tsconfig": "0.0.0"
  },
  "peerDependencies": {
    "react": "^19.2",
    "sanity": "^5",
    "styled-components": "^6.1"
  },
  "engines": {
    "node": ">=20.19 <22 || >=22.12"
  },
  "scripts": {
    "build": "pkg build --strict --check --clean",
    "lint": "eslint ."
  }
}