UNPKG

@iamsuz/color-kit

Version:

A toolkit to generate random colors and identify color names

39 lines (38 loc) 810 B
{ "name": "@iamsuz/color-kit", "version": "1.1.2", "description": "A toolkit to generate random colors and identify color names", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "npx tsc" }, "repository": { "type": "git", "url": "git+https://github.com/iamsuz/color-kit.git" }, "keywords": [ "color", "random color", "hex", "color names", "color matching", "generate-color", "similiar-colors", "euclidean-distance" ], "author": "Sujit M <s.mahavarkar@gmail.com> (https://mahavarkar.com)", "license": "ISC", "bugs": { "url": "https://github.com/iamsuz/color-kit/issues" }, "homepage": "https://github.com/iamsuz/color-kit#readme", "devDependencies": { "typescript": "^5.7.3" } }