{ "name": "wcag-compliance", "version": "0.1.0", "description": "WCAG compliance checker", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/catppuccin/catppuccin.git#dev" }, "keywords": [ "wcag-compliance", "catppuccin", "test" ], "author": "Catppuccin Org", "license": "MIT", "bugs": { "url": "https://github.com/catppuccin/catppuccin/issues" }, "homepage": "https://github.com/catppuccin/catppuccin/tree/dev#readme", "devDependencies": { "@catppuccin/palette": "^0.1.0", "chalk": "^5.0.1", "color-contrast-checker": "^2.1.0" } }