{
  "name": "@stylistic/stylelint-plugin",
  "description": "A collection of stylistic/formatting Stylelint rules",
  "version": "2.0.0",
  "type": "module",
  "exports": "./lib/index.js",
  "files": [
    "lib/**/*.js",
    "!**/*.test.js"
  ],
  "dependencies": {
    "@csstools/css-parser-algorithms": "^2.3.2",
    "@csstools/css-tokenizer": "^2.2.1",
    "@csstools/media-query-list-parser": "^2.1.5",
    "is-plain-object": "^5.0.0",
    "postcss-selector-parser": "^6.0.13",
    "postcss-value-parser": "^4.2.0",
    "style-search": "^0.1.0",
    "stylelint": "^16.0.2"
  },
  "peerDependencies": {
    "stylelint": "^16.0.2"
  },
  "engines": {
    "node": "^18.12 || >=20.9"
  },
  "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"
  },
  "keywords": [
    "codeguide",
    "css",
    "csslint",
    "formatting",
    "lint",
    "linter",
    "stylelint",
    "stylelint-plugin",
    "stylistic"
  ],
  "devDependencies": {
    "common-tags": "^1.8.2",
    "eslint": "^8.55.0",
    "husky": "^8.0.3",
    "postcss": "^8.4.32",
    "postcss-html": "^1.5.0",
    "postcss-less": "^6.0.0",
    "postcss-scss": "^4.0.9",
    "stylelint-test-rule-node": "^0.2.1"
  },
  "scripts": {
    "lint": "eslint . --ignore-path .gitignore",
    "pretest": "pnpm lint",
    "test": "node --test",
    "test:coverage": "node --test --experimental-test-coverage",
    "test:watch": "node --test --watch",
    "preversion": "pnpm test",
    "postversion": "pnpm publish --access=public"
  }
}