{
  "name": "@pospal/stylelint-config",
  "type": "module",
  "version": "1.0.3",
  "author": {
    "name": "chenwenbin",
    "email": "3782657815@qq.com"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "postcss": "^8.4.41",
    "postcss-html": "^1.7.0",
    "postcss-less": "^6.0.0",
    "postcss-scss": "^4.0.9",
    "prettier": "^3.3.3",
    "stylelint": "^16.8.1",
    "stylelint-config-html": "^1.1.0",
    "stylelint-config-property-sort-order-smacss": "^10.0.0",
    "stylelint-config-recess-order": "^5.0.1",
    "stylelint-config-standard": "^36.0.1",
    "stylelint-less": "^3.0.1",
    "stylelint-no-unsupported-browser-features": "^8.0.1",
    "stylelint-order": "^6.0.4",
    "stylelint-prettier": "^5.0.2",
    "stylelint-scss": "^6.5.0"
  },
  "devDependencies": {
    "@types/prettier": "^3.0.0",
    "@types/stylelint": "^14.0.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build": "pnpm unbuild",
    "stub": "pnpm unbuild --stub"
  }
}