{
  "name": "stylelint-define-config",
  "type": "module",
  "version": "17.14.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": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=20.19.0",
    "npm": ">=9",
    "pnpm": ">=10"
  },
  "peerDependencies": {
    "stylelint": ">=17.0.0"
  },
  "dependencies": {
    "csstype": "^3.2.3"
  },
  "devDependencies": {
    "@pengzhanbo/eslint-config": "^2.7.1",
    "@types/node": "^26.1.1",
    "bumpp": "^12.0.0",
    "conventional-changelog": "^8.1.0",
    "conventional-changelog-angular": "^9.2.1",
    "eslint": "^10.7.0",
    "stylelint": "^17.14.1",
    "tsdown": "^0.22.13",
    "typescript": "^6.0.3"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "tsdown",
    "lint": "eslint .",
    "release:publish": "pnpm publish",
    "release:changelog": "conventional-changelog -p angular",
    "release": "bumpp package.json --execute=\"pnpm release:changelog\" --commit --all --push --tag"
  }
}