UNPKG

color-sorter

Version:
52 lines 1.19 kB
{ "name": "color-sorter", "version": "6.2.0", "description": "Sort colors in a visually pleasing way.", "homepage": "https://github.com/projectwallace/color-sorter", "repository": "projectwallace/color-sorter", "type": "module", "source": "index.js", "exports": { "types": "./dist/index.d.ts", "require": "./dist/color-sorter.umd.cjs", "default": "./dist/color-sorter.js" }, "types": "./dist/index.d.ts", "main": "./dist/color-sorter.umd.cjs", "module": "./dist/color-sorter.js", "unpkg": "./dist/color-sorter.umd.cjs", "scripts": { "test": "uvu", "build": "vite build", "check": "tsc --noEmit" }, "files": [ "dist" ], "keywords": [ "css", "color-sorting", "color-sort", "colors", "statistics", "stats", "analytics", "sort", "order" ], "author": "Bart Veneman", "license": "MIT", "bugs": { "url": "https://github.com/projectwallace/color-sorter/issues" }, "dependencies": { "colorjs.io": "^0.6.0-alpha.1" }, "devDependencies": { "@codecov/vite-plugin": "^1.7.0", "c8": "^10.1.3", "uvu": "^0.5.6", "vite": "^6.0.7", "vite-plugin-dts": "^4.4.0" } }