UNPKG

random-color-library

Version:

Generate random colors from the Material Design color palette.

54 lines (53 loc) 1.41 kB
{ "name": "random-color-library", "type": "module", "version": "0.7.0", "description": "Generate random colors from the Material Design color palette.", "keywords": [ "material-colors", "material-design", "random-color-generator", "random-material-colors" ], "homepage": "https://github.com/lucaseverett/random-color-library#readme", "bugs": { "url": "https://github.com/lucaseverett/random-color-library/issues", "email": "lucas@lucaseverett.dev" }, "license": "MIT", "author": { "name": "Lucas Everett", "email": "lucas@lucaseverett.dev", "url": "https://lucaseverett.dev" }, "files": [ "dist" ], "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/lucaseverett/random-color-library.git" }, "scripts": { "build": "tsc -p tsconfig.build.json", "format": "prettier --write .", "lint": "eslint .", "test": "vitest run", "test:watch": "vitest", "tsc": "tsc --noEmit" }, "devDependencies": { "@eslint/compat": "^1.3.1", "@eslint/js": "^9.32.0", "@ianvs/prettier-plugin-sort-imports": "^4.5.1", "@types/node": "^24.2.0", "eslint": "^9.32.0", "eslint-config-prettier": "^10.1.8", "jiti": "^2.5.1", "prettier": "^3.6.2", "typescript": "^5.9.2", "typescript-eslint": "^8.39.0", "vitest": "^3.2.4" } }