{
  "name": "@tiagoporto/stylelint-config",
  "version": "1.3.0",
  "description": "Shareable Config for Stylelint.",
  "author": {
    "name": "Tiago Porto",
    "url": "https://tiagoporto.com"
  },
  "repository": {
    "url": "git+https://github.com/tiagoporto/config.git",
    "directory": "packages/stylelint-config"
  },
  "keywords": [
    "stylelint",
    "shareable",
    "config"
  ],
  "engines": {
    "node": ">=20"
  },
  "type": "module",
  "exports": "./stylelint.config.mjs",
  "license": "MIT",
  "files": [
    "stylelint.config.mjs"
  ],
  "scripts": {
    "check-update": "npx npm-check --update"
  },
  "dependencies": {
    "stylelint-config-idiomatic-order": "^10.0.0",
    "stylelint-config-standard-scss": "^16.0.0",
    "stylelint-no-unsupported-browser-features": "^8.0.5"
  },
  "peerDependencies": {
    "stylelint": "^16.12.0"
  }
}
