{
  "type": "module",
  "name": "@sanity/color",
  "version": "2.2.5",
  "description": "The Sanity color palette.",
  "sideEffects": false,
  "types": "./dist/index.d.ts",
  "source": "./src/index.ts",
  "module": "./dist/index.js",
  "main": "./dist/index.cjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "source": "./src/index.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "run-s clean generate build:pkg check:pkg",
    "build:pkg": "pkg build --strict",
    "check:pkg": "pkg --strict",
    "check:types": "tsc --build",
    "clean": "rimraf dist",
    "commit": "cz",
    "dev": "run-p workshop:dev",
    "format": "prettier --write --cache --ignore-unknown .",
    "generate": "node --loader esbuild-register/loader -r esbuild-register scripts/generate.ts",
    "lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx --quiet",
    "prepare": "husky install",
    "prepublishOnly": "pnpm build",
    "release": "semantic-release",
    "test": "jest",
    "watch": "pkg watch --strict",
    "workshop:build": "workshop build",
    "workshop:dev": "workshop dev"
  },
  "devDependencies": {
    "@babel/core": "^7.21.3",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.21.0",
    "@commitlint/cli": "^17.4.4",
    "@commitlint/config-conventional": "^17.4.4",
    "@sanity/icons": "^2.2.2",
    "@sanity/pkg-utils": "^2.2.13",
    "@sanity/semantic-release-preset": "^4.0.1",
    "@sanity/ui": "^1.3.0",
    "@sanity/ui-workshop": "^1.2.1",
    "@testing-library/jest-dom": "^5.16.5",
    "@types/jest": "^29.5.0",
    "@types/node": "^18.15.3",
    "@types/react": "^18.0.28",
    "@types/styled-components": "^5.1.26",
    "@typescript-eslint/eslint-plugin": "^5.55.0",
    "@typescript-eslint/parser": "^5.55.0",
    "commitizen": "^4.3.0",
    "cz-conventional-changelog": "^3.3.0",
    "esbuild": "^0.17.12",
    "esbuild-register": "^3.4.2",
    "eslint": "^8.36.0",
    "eslint-config-prettier": "^8.7.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.3",
    "jest": "^29.5.0",
    "jest-axe": "^7.0.0",
    "lint-staged": "^13.2.0",
    "npm-run-all": "^4.1.5",
    "polished": "^4.2.2",
    "prettier": "^2.8.5",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-is": "^18.2.0",
    "rimraf": "^4.4.0",
    "semantic-release": "^20.1.3",
    "styled-components": "^5.3.9",
    "typescript": "^4.9.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanity-io/color.git"
  },
  "keywords": [
    "sanity",
    "color",
    "palette"
  ],
  "author": "Sanity.io <hello@sanity.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sanity-io/color/issues"
  },
  "homepage": "https://www.sanity.io/",
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*": [
      "prettier --write --cache --ignore-unknown"
    ]
  },
  "packageManager": "pnpm@7.30.0",
  "publishConfig": {
    "access": "public"
  },
  "release": {
    "extends": "@sanity/semantic-release-preset",
    "branches": [
      "+([0-9])?(.{+([0-9]),x}).x",
      "main",
      {
        "name": "beta",
        "prerelease": true
      },
      {
        "name": "alpha",
        "prerelease": true
      }
    ]
  }
}
