UNPKG

color-sorter

Version:
57 lines (56 loc) 1.13 kB
{ "name": "color-sorter", "version": "8.0.0", "description": "Sort colors in a visually pleasing way.", "keywords": [ "analytics", "color-sort", "color-sorting", "colors", "css", "order", "sort", "statistics", "stats" ], "homepage": "https://github.com/projectwallace/color-sorter", "bugs": { "url": "https://github.com/projectwallace/color-sorter/issues" }, "license": "MIT", "author": "Bart Veneman", "repository": "projectwallace/color-sorter", "files": [ "dist" ], "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "scripts": { "test": "vitest", "build": "tsdown", "check": "tsc --noEmit", "lint": "oxlint && oxfmt --check", "format": "oxfmt" }, "dependencies": { "colorjs.io": "^0.6.1" }, "devDependencies": { "@codecov/rollup-plugin": "^2.0.1", "@vitest/coverage-v8": "^4.1.4", "oxfmt": "^0.45.0", "oxlint": "^1.60.0", "publint": "^0.3.18", "tsdown": "^0.21.9", "typescript": "6.0.3", "vitest": "^4.1.4" }, "engines": { "node": ">=18.0.0" } }