{
  "name": "stylelint-define-config",
  "type": "module",
  "version": "16.19.0",
  "description": "Provide a defineConfig function for stylelint.config.js files",
  "author": "pengzhanbo <volodymyr@foxmail.com> (https://github.com/pengzhanbo)",
  "license": "MIT",
  "homepage": "https://github.com/stylelint-types/stylelint-define-config#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/stylelint-types/stylelint-define-config.git"
  },
  "bugs": "https://github.com/stylelint-types/stylelint-define-config/issues",
  "keywords": [
    "config",
    "configuration",
    "define-config",
    "stylelint-config",
    "stylelint",
    "stylelintconfig",
    "typed",
    "typescript"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=9.0.0",
    "pnpm": ">=8.6.0"
  },
  "peerDependencies": {
    "stylelint": ">=16.0.0"
  },
  "dependencies": {
    "csstype": "^3.1.3"
  },
  "devDependencies": {
    "@pengzhanbo/eslint-config": "^1.30.0",
    "@types/node": "^22.15.2",
    "bumpp": "^10.1.0",
    "conventional-changelog-cli": "^5.0.0",
    "eslint": "^9.25.1",
    "stylelint": "^16.19.1",
    "tsup": "^8.4.0",
    "typescript": "^5.8.3"
  },
  "scripts": {
    "build": "tsup-node",
    "lint": "eslint .",
    "release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "release": "bumpp package.json --execute=\"pnpm release:changelog\" --commit --all --push --tag && pnpm publish --access public"
  }
}