{
  "name": "stylelint-config-sass-guidelines",
  "version": "9.0.1",
  "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": "^12.20.0 || ^14.13.1 || >=16.0.0"
  },
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "dependencies": {
    "postcss-scss": "^4.0.2",
    "stylelint-order": "^5.0.0",
    "stylelint-scss": "^4.0.0"
  },
  "peerDependencies": {
    "postcss": "^8.3.3",
    "stylelint": "^14.0.1"
  },
  "devDependencies": {
    "postcss": "^8.3.3",
    "stylelint": "^14.0.1",
    "tape": "^5.3.1"
  },
  "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",
    "stylelint-failing-case": "cd __tests__/manual-test-cases; stylelint failing-test-cases.scss",
    "stylelint-passing-case": "cd __tests__/manual-test-cases; stylelint passing-test-cases.scss",
    "test": "tape \"__tests__/unit/*.spec.js\""
  }
}
