{
  "name": "@benhigham/stylelint-config",
  "version": "0.3.0",
  "description": "My personal Stylelint configuration.",
  "license": "MIT",
  "homepage": "https://github.com/benhigham/stylelint-config#readme",
  "bugs": {
    "url": "https://github.com/benhigham/stylelint-config/issues/new"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/benhigham/stylelint-config.git"
  },
  "funding": "https://github.com/sponsors/benhigham",
  "author": {
    "name": "Ben Higham",
    "url": "https://benhigham.com"
  },
  "type": "module",
  "module": "./src/index.js",
  "exports": "./src/index.js",
  "sideEffects": false,
  "engines": {
    "node": "^18.20.0 || ^20.10.0 || >=21.0.0"
  },
  "files": [
    "src"
  ],
  "keywords": [
    "stylelint",
    "stylelint-config",
    "check",
    "checker",
    "code",
    "codeguide",
    "config",
    "css",
    "csslint",
    "enforce",
    "formatting",
    "lint",
    "linter",
    "quality",
    "standard",
    "strict",
    "style",
    "styleguide",
    "stylistic",
    "validate",
    "verify"
  ],
  "dependencies": {
    "stylelint-config-recess-order": "^6.0.0",
    "stylelint-config-standard-scss": "^14.0.0",
    "stylelint-declaration-block-no-ignored-properties": "^2.8.0",
    "stylelint-declaration-strict-value": "^1.10.11",
    "stylelint-gamut": "^1.3.4",
    "stylelint-high-performance-animation": "^1.11.0",
    "stylelint-media-use-custom-media": "^4.0.0",
    "stylelint-no-indistinguishable-colors": "^2.3.1",
    "stylelint-no-unresolved-module": "^2.3.0",
    "stylelint-no-unsupported-browser-features": "^8.0.4",
    "stylelint-plugin-use-baseline": "^0.4.1",
    "stylelint-selector-bem-pattern": "^4.0.1",
    "stylelint-use-nesting": "^6.0.0"
  },
  "devDependencies": {
    "@benhigham/commitlint-config": "^0.1.3",
    "@benhigham/prettier-config": "^0.1.1",
    "@changesets/changelog-github": "^0.5.1",
    "@changesets/cli": "^2.29.3",
    "@commitlint/cli": "^19.8.0",
    "lefthook": "^1.11.12",
    "prettier": "^3.5.3",
    "stylelint": "^16.19.1",
    "stylelint-find-new-rules": "^5.0.0"
  },
  "peerDependencies": {
    "stylelint": ">=16.19.1"
  },
  "scripts": {
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "changeset": "changeset",
    "changeset:status": "changeset status",
    "version": "changeset version",
    "release": "changeset publish"
  }
}