{
  "name": "@double-great/stylelint-a11y",
  "version": "3.5.0",
  "description": "Plugin for stylelint with a11y rules",
  "main": "src/index.js",
  "type": "module",
  "exports": {
    ".": "./src/index.js",
    "./recommended": "./recommended.js",
    "./strict": "./strict.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/double-great/stylelint-a11y.git"
  },
  "author": "@double-great",
  "license": "MIT",
  "keywords": [
    "stylelint",
    "stylelint-plugin",
    "a11y",
    "accessibility"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "scripts": {
    "lint": "eslint .",
    "pretest": "npm run lint && npm run format:check",
    "format:check": "prettier --check .",
    "format:fix": "prettier --write .",
    "test": "jest",
    "test:unit": "jest src",
    "test:integration": "jest test/integration",
    "test:e2e": "jest test/e2e",
    "test:performance": "jest test/e2e/performance.test.js",
    "test:system": "jest test/system",
    "test:regression": "jest test/system/performance-regression.test.js",
    "test:compatibility": "jest test/system/compatibility.test.js",
    "test:ci": "jest test/system/ci-integration.test.js",
    "test:all": "jest",
    "coverage": "jest --coverage",
    "coverage:all": "jest --coverage"
  },
  "prettier": {
    "printWidth": 100,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "peerDependencies": {
    "stylelint": ">=16.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "eslint": "^10.6.0",
    "eslint-config-stylelint": "^27.0.0",
    "eslint-plugin-jest": "^29.15.3",
    "globals": "^17.7.0",
    "jest": "^30.4.2",
    "jest-light-runner": "^0.8.1",
    "jest-preset-stylelint": "^9.2.0",
    "postcss-scss": "^4.0.9",
    "prettier": "^3.9.3",
    "stylelint": "^17.14.0"
  },
  "bugs": {
    "url": "https://github.com/double-great/stylelint-a11y/issues"
  },
  "homepage": "https://github.com/double-great/stylelint-a11y#readme",
  "dependencies": {
    "postcss": "^8.5.16"
  },
  "allowScripts": {
    "fsevents@2.3.3": true,
    "unrs-resolver@1.11.1": true
  }
}
