contrastrast
Version:
A lightweight tool that parses color strings and recommends text contrast based on WCAG Standards
44 lines • 1.02 kB
JSON
{
"name": "contrastrast",
"version": "0.3.1",
"description": "A lightweight tool that parses color strings and recommends text contrast based on WCAG Standards",
"keywords": [
"wcag",
"text color",
"text contrast",
"constrast",
"readability",
"legible",
"a11y",
"colors",
"accessibility",
"color contrast"
],
"author": "Alex Muench <hello@alexmuen.ch> (https://alexmuen.ch/)",
"repository": {
"type": "git",
"url": "https://github.com/ammuench/contrastrast.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ammuench/contrastrast/issues"
},
"main": "./script/main.js",
"module": "./esm/main.js",
"exports": {
".": {
"import": "./esm/main.js",
"require": "./script/main.js"
}
},
"devDependencies": {
"@types/node": "^20.9.0",
"picocolors": "^1.0.0",
"@faker-js/faker": "*",
"@deno/shim-deno": "~0.18.0"
},
"_generatedBy": "dnt@dev",
"scripts": {
"test": "node test_runner.js"
}
}