{
  "name": "stylelint-config-equinusocio",
  "version": "2.0.2",
  "description": "Stylelint configuration based on my experience and taste",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/equinusocio/stylelint-config-equinusocio"
  },
  "keywords": [
    "stylelint",
    "stylelint-config",
    "styelint-config-equinusocio",
    "stylelint-config-standard",
    "Mattia Astorino",
    "Equinusocio",
    "standard"
  ],
  "author": "Mattia Astorino",
  "license": "MIT",
  "peerDependencies": {
    "@stylistic/stylelint-plugin": ">=3",
    "stylelint": ">=16.13.0",
    "stylelint-config-recommended": ">=15"
  },
  "devDependencies": {
    "@changesets/cli": "2.27.11",
    "@stylistic/stylelint-plugin": "3.1.1",
    "cross-var": "1.1.0",
    "standard-version": "9.5.0",
    "stylelint": "16.13.2",
    "stylelint-config-recommended": "15.0.0",
    "typescript": "5.7.3"
  },
  "scripts": {
    "lint": "eslint .",
    "change": "changeset",
    "release": "changeset version && changeset publish && git push --follow-tags",
    "update:deps": "pnpm dlx npm-upgrade"
  }
}