{
  "name": "@nice-move/stylelint-config",
  "version": "0.10.29",
  "description": "A `stylelint` config created by personal preferences",
  "license": "MIT",
  "author": {
    "name": "Eric Chen"
  },
  "keywords": [
    "config",
    "css",
    "less",
    "nice-move",
    "prettier",
    "scss",
    "standard",
    "style",
    "stylelint"
  ],
  "homepage": "https://github.com/nice-move/nice-move/tree/master/packages/stylelint-config",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nice-move/nice-move.git",
    "directory": "packages/stylelint-config"
  },
  "bugs": {
    "url": "https://github.com/nice-move/nice-move/issues"
  },
  "main": "index.cjs",
  "type": "commonjs",
  "dependencies": {
    "postcss": "^8.5.12",
    "postcss-html": "^1.8.1",
    "postcss-less": "^6.0.0",
    "postcss-markdown": "^1.3.1",
    "postcss-scss": "^4.0.9",
    "settingz": "^0.2.0",
    "stylelint-config-standard": "^40.0.0",
    "stylelint-declaration-block-no-ignored-properties": "^3.0.0",
    "stylelint-scss": "^7.0.0"
  },
  "peerDependencies": {
    "stylelint": "^17.9.0"
  },
  "engines": {
    "node": ">=24.0.0 || ^22.18.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "x-readme": {
    "logo": "https://cdn.worldvectorlogo.com/logos/stylelint.svg"
  }
}