{
  "name": "@stylistic/stylelint-plugin",
  "description": "A collection of stylistic/formatting Stylelint rules",
  "version": "2.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.0.2"
  },
  "dependencies": {
    "@csstools/css-parser-algorithms": "^2.7.1",
    "@csstools/css-tokenizer": "^2.4.1",
    "@csstools/media-query-list-parser": "^2.1.13",
    "is-plain-object": "^5.0.0",
    "postcss-selector-parser": "^6.1.1",
    "postcss-value-parser": "^4.2.0",
    "style-search": "^0.1.0",
    "stylelint": "^16.8.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.8.0",
    "@firefoxic/update-changelog": "^0.1.0",
    "@stylistic/eslint-plugin-js": "^2.4.0",
    "@synap-ac/node-dot-extra-reporter": "^1.1.0",
    "common-tags": "^1.8.2",
    "eslint": "^9.8.0",
    "globals": "^15.8.0",
    "husky": "^9.1.4",
    "postcss": "^8.4.40",
    "postcss-html": "^1.7.0",
    "postcss-less": "^6.0.0",
    "postcss-scss": "^4.0.9",
    "stylelint-test-rule-node": "^0.3.0"
  },
  "keywords": [
    "codeguide",
    "css",
    "csslint",
    "formatting",
    "lint",
    "linter",
    "stylelint",
    "stylelint-plugin",
    "stylistic"
  ],
  "scripts": {
    "lint": "eslint",
    "pretest": "pnpm lint --cache",
    "test": "node --test --test-reporter @synap-ac/node-dot-extra-reporter",
    "test:coverage": "node --test --experimental-test-coverage",
    "test:watch": "node --test --watch",
    "preversion": "pnpm test",
    "version": "update-changelog && git add CHANGELOG.md",
    "postversion": "if [ \"$CI\" != \"true\" ]; then pnpm publish --access public; git push --follow-tags; fi"
  }
}