{
  "name": "stylelint-config-twbs-bootstrap",
  "version": "16.1.0",
  "description": "An opinionated Stylelint config used by Bootstrap across our projects.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twbs/stylelint-config-twbs-bootstrap.git"
  },
  "keywords": [
    "bootstrap",
    "stylelint",
    "stylelint-config",
    "config",
    "lint"
  ],
  "author": "The Bootstrap Authors (https://github.com/twbs/stylelint-config-twbs-bootstrap/graphs/contributors)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/twbs/stylelint-config-twbs-bootstrap/issues"
  },
  "homepage": "https://github.com/twbs/stylelint-config-twbs-bootstrap#readme",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/twbs"
    },
    {
      "type": "opencollective",
      "url": "https://opencollective.com/bootstrap"
    }
  ],
  "files": [
    "index.js"
  ],
  "engines": {
    "node": ">=18.12.0"
  },
  "peerDependencies": {
    "stylelint": "^16.11.0"
  },
  "dependencies": {
    "@stylistic/stylelint-config": "^2.0.0",
    "@stylistic/stylelint-plugin": "^3.1.2",
    "stylelint-config-recess-order": "^5.1.1",
    "stylelint-config-standard": "^36.0.1",
    "stylelint-config-standard-scss": "^14.0.0",
    "stylelint-scss": "^6.12.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.29.0",
    "eslint": "^9.29.0",
    "globals": "^14.0.0",
    "stylelint": "^16.20.0"
  },
  "scripts": {
    "lint": "eslint",
    "clone-repo": "git clone https://github.com/twbs/bootstrap.git --branch main --depth 1 bootstrap",
    "test": "npm run lint",
    "test-ci": "stylelint \"bootstrap/scss/**/*.scss\" --config index.js --ignore-pattern \"**/vendor/\" --ignore-pattern \"**/tests/\" --formatter verbose"
  }
}
