{
  "name": "@stylistic/stylelint-plugin",
  "description": "A collection of stylistic/formatting Stylelint rules",
  "version": "3.1.3",
  "license": "MIT",
  "author": {
    "name": "Sergey Artemov",
    "email": "firefoxic.dev@gmail.com"
  },
  "homepage": "https://github.com/stylelint-stylistic/stylelint-stylistic#readme",
  "bugs": {
    "url": "https://github.com/stylelint-stylistic/stylelint-stylistic/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/stylelint-stylistic/stylelint-stylistic.git"
  },
  "type": "module",
  "exports": "./lib/index.js",
  "files": [
    "lib/**/*.js",
    "!**/*.test.js"
  ],
  "engines": {
    "node": "^18.12 || >=20.9"
  },
  "peerDependencies": {
    "stylelint": "^16.8.0"
  },
  "dependencies": {
    "@csstools/css-parser-algorithms": "^3.0.1",
    "@csstools/css-tokenizer": "^3.0.1",
    "@csstools/media-query-list-parser": "^3.0.1",
    "is-plain-object": "^5.0.0",
    "postcss": "^8.4.41",
    "postcss-selector-parser": "^6.1.2",
    "postcss-value-parser": "^4.2.0",
    "style-search": "^0.1.0"
  },
  "devDependencies": {
    "@firefoxic/eslint-config": "^5.0.0",
    "@firefoxic/update-changelog": "^1.0.0",
    "common-tags": "^1.8.2",
    "eslint": "^9.29.0",
    "lint-staged": "^16.1.2",
    "postcss-html": "^1.8.0",
    "postcss-less": "^6.0.0",
    "postcss-scss": "^4.0.9",
    "postcss-styled-syntax": "^0.6.4",
    "stylelint": "^16.8.0",
    "stylelint-test-rule-node": "^0.4.0"
  },
  "keywords": [
    "codeguide",
    "css",
    "csslint",
    "formatting",
    "lint",
    "linter",
    "stylelint",
    "stylelint-plugin",
    "stylistic"
  ],
  "scripts": {
    "lint": "eslint",
    "pretest": "pnpm lint",
    "test": "node --test --test-reporter dot",
    "test:coverage": "node --test --experimental-test-coverage",
    "test:watch": "node --test --watch",
    "preversion": "pnpm test",
    "version": "update-changelog",
    "postversion": "pnpm publish --provenance --access public --no-git-checks"
  }
}