UNPKG

color-name-list

Version:
68 lines (67 loc) 1.85 kB
{ "name": "color-name-list", "version": "10.25.1", "description": "long list of color names", "main": "dist/colornames.json", "browser": "dist/colornames.umd.js", "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": "node scripts/build.js --testOnly", "clean-dist-folder": "rm -rf dist && mkdir dist", "build": "npm run clean-dist-folder && node scripts/build.js && npm run build-history", "semantic-release": "semantic-release", "build-history": "node scripts/tools/history.js > dist/history.json" }, "repository": { "type": "git", "url": "https://github.com/meodai/color-names.git" }, "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": { "closestvector": "^0.6.0", "color-name-lists": "^3.2.0", "commitizen": "^4.2.4", "eslint": "^8.16.0", "eslint-config-google": "^0.10.0", "ghooks": "^2.0.4", "seedrandom": "^3.0.5", "semantic-release": "^19.0.2" }, "engines": { "node": ">=16", "npm": ">=8.11.0" }, "config": { "ghooks": { "pre-commit": "npm run test && npm run build" }, "commitizen": { "path": "cz-conventional-changelog" } }, "dependencies": {}, "funding": [ { "type": "ko-fi", "url": "https://ko-fi.com/colorparrot" }, { "type": "github-sponsors", "url": "https://github.com/sponsors/meodai" } ] }