UNPKG

@14ch/color-palette-generator

Version:

A comprehensive color palette generation library with support for color scales, combinations, and transparency

62 lines (61 loc) 1.46 kB
{ "name": "@14ch/color-palette-generator", "version": "0.3.0", "type": "module", "description": "A comprehensive color palette generation library with support for color scales, combinations, and transparency", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "rollup -c", "test": "vitest", "test:run": "vitest run", "prepublishOnly": "npm run build" }, "keywords": [ "color", "palette", "color-palette", "color-scale", "color-combination", "design-system", "ui", "colors", "typescript" ], "author": "14ch", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/iyodatakashi/color-palette-generator.git" }, "bugs": { "url": "https://github.com/iyodatakashi/color-palette-generator/issues" }, "homepage": "https://github.com/iyodatakashi/color-palette-generator#readme", "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", "@types/node": "^20.10.0", "rollup": "^4.9.0", "tslib": "^2.6.2", "typescript": "^5.3.0", "vitest": "^1.0.0" }, "peerDependencies": {}, "dependencies": {}, "publishConfig": { "access": "public" } }