{
  "name": "mat-a11y",
  "version": "7.0.0",
  "description": "Angular Material accessibility linter (v12+). 82 WCAG checks for mat-* components, Angular templates & SCSS. Static analysis with color contrast calculation.",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "bin": {
    "mat-a11y": "bin/cli.js"
  },
  "sideEffects": false,
  "browser": "./src/browser-stub.js",
  "exports": {
    ".": {
      "node": "./src/index.js",
      "default": "./src/browser-stub.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "test": "node dev/tests/run-all.js",
    "dev-check": "node dev/run-checks.js",
    "verify-structure": "node dev/verify-structure.js",
    "verify-formatters": "node dev/verify-formatters.js",
    "gen-examples": "node dev/generate-examples.js ../noro-wedding",
    "prepare": "husky"
  },
  "keywords": [
    "angular-material",
    "mat-components",
    "angular",
    "a11y",
    "accessibility",
    "wcag",
    "aria",
    "accessibility-linter",
    "a11y-linter",
    "angular-cdk",
    "material-design",
    "template-linter",
    "static-analysis",
    "color-contrast",
    "screen-reader",
    "wcag21",
    "lighthouse"
  ],
  "author": "Robin Spanier <robin.spanier@robspan.de>",
  "license": "MIT + Commons Clause",
  "repository": {
    "type": "git",
    "url": "https://github.com/robspan/mat-a11y"
  },
  "bugs": {
    "url": "https://github.com/robspan/mat-a11y/issues"
  },
  "homepage": "https://github.com/robspan/mat-a11y#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "peerDependencies": {
    "@angular/core": ">=12.0.0",
    "@angular/material": ">=12.0.0"
  },
  "peerDependenciesMeta": {
    "@angular/core": {
      "optional": true
    },
    "@angular/material": {
      "optional": true
    }
  },
  "devDependencies": {
    "husky": "^9.1.7"
  },
  "files": [
    "src",
    "bin",
    "gui",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ]
}
