{
  "name": "stylelint-config-sass-guidelines",
  "version": "13.0.0",
  "description": "Sharable stylelint config based on https://sass-guidelin.es/",
  "keywords": [
    "stylelint",
    "stylelint-config",
    "stylelint-scss",
    "scss",
    "sass",
    "guidelines",
    "lint",
    "linter"
  ],
  "author": "Brett Jankord",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bjankord/stylelint-config-sass-guidelines.git"
  },
  "homepage": "https://github.com/bjankord/stylelint-config-sass-guidelines#readme",
  "bugs": {
    "url": "https://github.com/bjankord/stylelint-config-sass-guidelines/issues"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "dependencies": {
    "@stylistic/stylelint-plugin": "^5.0.1",
    "postcss-scss": "^4.0.9",
    "stylelint-scss": "^7.0.0"
  },
  "peerDependencies": {
    "postcss": "^8.4.21",
    "stylelint": "^17.1.0"
  },
  "devDependencies": {
    "postcss": "^8.4.21",
    "stylelint": "^17.1.0"
  },
  "scripts": {
    "release:major": "npm test && npm version major -m \"Released version %s\" && npm publish && git push --follow-tags",
    "release:minor": "npm test && npm version minor -m \"Released version %s\" && npm publish && git push --follow-tags",
    "release:patch": "npm test && npm version patch -m \"Released version %s\" && npm publish && git push --follow-tags",
    "test": "node --test"
  }
}
