You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
718 B
JSON
32 lines
718 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|