{
  "name": "color-name-list",
  "version": "14.37.0",
  "description": "long list of color names",
  "main": "dist/colornames.json",
  "browser": "dist/colornames.umd.js",
  "module": "dist/colornames.esm.js",
  "types": "dist/colornames.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/colornames.d.ts",
      "import": "./dist/colornames.esm.js",
      "require": "./dist/colornames.umd.js"
    },
    "./bestof": {
      "types": "./dist/colornames.bestof.d.ts",
      "import": "./dist/colornames.bestof.esm.js",
      "require": "./dist/colornames.bestof.umd.js"
    },
    "./short": {
      "types": "./dist/colornames.short.d.ts",
      "import": "./dist/colornames.short.esm.js",
      "require": "./dist/colornames.short.umd.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "commit": "git-cz",
    "pull-colors": "curl -L 'https://docs.google.com/spreadsheets/d/e/2PACX-1vQube6Y0wHyEtJnjg0eU3N7VseoxVnD4L9uDqvWZdl_tzzrHDVN10IPP7cdFipX8j70atNMLfPCB0Q6/pub?gid=40578722&single=true&output=csv' -o src/colornames.csv",
    "test": "vitest run",
    "test:watch": "vitest",
    "build": "node scripts/build.js && npm run prettier",
    "prettier": "prettier --write ./dist/*",
    "lint": "npm run lint:scripts && npm run lint:markdown",
    "lint:scripts": "eslint ./scripts",
    "lint:markdown": "markdownlint-cli2 '**/*.md' '#node_modules' '#site/node_modules'",
    "semantic-release": "semantic-release",
    "build-history": "node scripts/tools/history.js > dist/history.json",
    "history": "node scripts/tools/history.js > dist/history.json",
    "prepare": "husky",
    "sort-colors": "node scripts/sortSrc.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/meodai/color-names.git"
  },
  "publishConfig": {
    "provenance": true
  },
  "keywords": [
    "colors",
    "color",
    "colour",
    "colours",
    "names",
    "naming"
  ],
  "author": "meodai@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/meodai/color-names/issues"
  },
  "homepage": "https://github.com/meodai/color-names#readme",
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.25.1",
    "closestvector": "^0.6.0",
    "color-name-lists": "^3.2.0",
    "commitizen": "^4.3.1",
    "eslint": "^9.25.1",
    "eslint-config-google": "^0.10.0",
    "eslint-config-prettier": "^10.1.2",
    "eslint-plugin-prettier": "^5.2.6",
    "globals": "^16.0.0",
    "husky": "^9.1.6",
    "markdownlint-cli2": "^0.22.0",
    "prettier": "^3.5.3",
    "seedrandom": "^3.0.5",
    "semantic-release": "^25.0.2",
    "typescript": "5.9.3",
    "vitest": "^3.1.2"
  },
  "overrides": {
    "inquirer": "8.2.7"
  },
  "engines": {
    "node": "^22.14.0 || >=24.10.0",
    "npm": ">=10.2.0"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "funding": [
    {
      "type": "ko-fi",
      "url": "https://ko-fi.com/colorparrot"
    },
    {
      "type": "github-sponsors",
      "url": "https://github.com/sponsors/meodai"
    }
  ]
}
