{
  "author": "thoughtbot, Inc.",
  "dependencies": {
    "stylelint-config-recommended": "^16.0.0",
    "stylelint-config-standard-scss": "^15.0.0",
    "stylelint-declaration-block-no-ignored-properties": "^2.8.0",
    "stylelint-order": "^7.0.0"
  },
  "keywords": [
    "stylelint",
    "stylelint-config"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "@thoughtbot/stylelint-config",
  "peerDependencies": {
    "stylelint": "^16.2.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/thoughtbot/stylelint-config.git"
  },
  "scripts": {
    "test": "node --test __tests__/*.test.*",
    "lint:css": "stylelint --config index.js **/*.scss",
    "lint:js": "eslint **/*.js **/*.?js",
    "prepublishOnly": "git push && git push --tags",
    "version": "git add CHANGELOG.md"
  },
  "version": "5.0.0",
  "devDependencies": {
    "@thoughtbot/eslint-config": "^1.0.3",
    "eslint-config-prettier": "^10.1.5",
    "eslint-plugin-prettier": "^5.4.0"
  }
}
