{
  "name": "@nextcloud/stylelint-config",
  "version": "3.2.2",
  "description": "Stylelint shared config for nextcloud vue.js apps",
  "keywords": [
    "stylelint",
    "config",
    "nextcloud"
  ],
  "homepage": "https://github.com/nextcloud-libraries/stylelint-config#readme",
  "bugs": {
    "url": "https://github.com/nextcloud-libraries/stylelint-config/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nextcloud-libraries/stylelint-config.git"
  },
  "license": "AGPL-3.0-or-later",
  "author": "Nextcloud GmbH and Nextcloud contributors",
  "main": "index.js",
  "dependencies": {
    "stylelint-use-logical": "^2.1.3"
  },
  "devDependencies": {
    "stylelint": "^17.9.1",
    "stylelint-config-recommended-scss": "^17.0.1",
    "stylelint-config-recommended-vue": "^1.6.1"
  },
  "peerDependencies": {
    "stylelint": "^17.9.1",
    "stylelint-config-recommended-scss": "^17.0.1",
    "stylelint-config-recommended-vue": "^1.6.1"
  },
  "engines": {
    "node": "^20.19 || ^22 || ^24"
  },
  "devEngines": {
    "packageManager": [
      {
        "name": "npm",
        "version": "^11.3.0"
      }
    ],
    "runtime": {
      "name": "node",
      "version": "^24.0.0"
    }
  }
}
