{
  "name": "@xiaohe01/stylelint-config",
  "type": "module",
  "version": "3.8.0",
  "description": "🤚 Xiaohe's Stylelint config preset",
  "author": "xiaohe0601 <xiaohe0601@outlook.com>",
  "license": "MIT",
  "homepage": "https://github.com/xiaohe0601/xiaohe-config/tree/main/packages/stylelint-config",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xiaohe0601/xiaohe-config.git",
    "directory": "packages/stylelint-config"
  },
  "bugs": "https://github.com/xiaohe0601/xiaohe-config/issues",
  "keywords": [
    "stylelint-config"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./*": "./*"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "stylelint": ">=16.13.0"
  },
  "dependencies": {
    "local-pkg": "^1.2.1",
    "postcss-html": "^1.8.1",
    "postcss-scss": "^4.0.9",
    "stylelint-config-recess-order": "^7.7.0",
    "stylelint-order": "^8.1.1",
    "stylelint-scss": "^7.2.0"
  },
  "devDependencies": {
    "stylelint": "^17.14.0",
    "@xiaohe-config/shared": "^0.0.0"
  },
  "scripts": {
    "dev": "tsdown --watch",
    "build": "tsdown",
    "release": "bumpp"
  }
}