matisse
Version:
TypeScript library for mutable colour conversion and manipulation 🎨
55 lines (54 loc) • 1.14 kB
JSON
{
"name": "matisse",
"version": "2.0.0",
"description": "TypeScript library for mutable colour conversion and manipulation 🎨",
"main": "dist/index.js",
"type": "module",
"scripts": {
"test": "jest --config jest.config.js --coverage",
"build": "tsc"
},
"keywords": [
"colour",
"color",
"conversion",
"manipulation",
"mixing",
"blending",
"harmonies",
"accessiblity",
"wcag",
"contrast",
"temperature",
"rgb",
"hsv",
"hsl",
"cmyk",
"hwb",
"css",
"hex"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tsaruggan/matisse.git"
},
"author": "tsaruggan",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsaruggan/matisse/issues"
},
"homepage": "https://github.com/tsaruggan/matisse#readme",
"devDependencies": {
"@types/color-string": "^1.5.5",
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"jsdoc": "^4.0.4",
"jsdoc-to-markdown": "^9.1.1",
"ts-jest": "^29.3.4",
"typescript": "^5.8.3"
},
"dependencies": {
"color-string": "^1.9.1",
"mathjs": "^10.5.1"
}
}