{
  "name": "wcag-contrast-checker",
  "version": "1.0.0",
  "description": "Vérificateur de contraste WCAG AA pour sites web - Conformité Acte Européen sur l'accessibilité 2025",
  "main": "contrast-checker.js",
  "bin": {
    "contrast-checker": "./contrast-checker.js"
  },
  "scripts": {
    "start": "node contrast-checker.js",
    "test": "node contrast-checker.js https://example.com",
    "install-global": "npm install -g ."
  },
  "keywords": [
    "accessibility",
    "wcag",
    "contrast",
    "a11y",
    "european-accessibility-act",
    "web-accessibility"
  ],
  "author": "Votre nom",
  "license": "MIT",
  "dependencies": {
    "puppeteer": "^21.0.0",
    "chalk": "^4.1.2"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/votre-username/wcag-contrast-checker.git"
  },
  "bugs": {
    "url": "https://github.com/votre-username/wcag-contrast-checker/issues"
  },
  "homepage": "https://github.com/votre-username/wcag-contrast-checker#readme"
}
