{
  "name": "@ruan-cat/commitlint-config",
  "version": "4.11.1",
  "description": "阮喵喵自用的 commitlint.config.cjs 配置。",
  "type": "module",
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.cts",
  "homepage": "https://github.com/ruan-cat/monorepo/tree/dev/configs-package/commitlint-config",
  "bugs": {
    "url": "https://github.com/ruan-cat/monorepo/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ruan-cat/monorepo.git",
    "directory": "configs-package/commitlint-config"
  },
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "default": "./dist/index.cjs",
      "types": "./dist/index.d.cts"
    },
    "./src/*": "./src/*"
  },
  "keywords": [
    "commitlint",
    "cz-git",
    "commitizen"
  ],
  "author": {
    "name": "ruan-cat",
    "email": "1219043956@qq.com",
    "url": "https://github.com/ruan-cat"
  },
  "license": "MIT",
  "bin": {
    "@ruan-cat/commitlint-config": "./dist/cli.cjs"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/",
    "tag": "beta"
  },
  "files": [
    "!**/.vercel/**",
    "!**/.vitepress/**",
    "src",
    "dist/**",
    "tsconfig.json",
    "README.md",
    "!src/**/docs/**",
    "!src/**/tests/**",
    "!*.test.*",
    "!src/**/*.md",
    "templates/**"
  ],
  "peerDependencies": {
    "commitizen": ">=4",
    "cz-git": ">=1"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@types/lodash": "^4.17.24",
    "automd": "^0.4.3",
    "cz-git": "^1.12.0",
    "pkg-types": "^2.3.0",
    "tsup": "^8.5.1"
  },
  "dependencies": {
    "changelogen": "^0.6.2",
    "commander": "^13.1.0",
    "consola": "^3.4.2",
    "js-yaml": "^4.1.1",
    "lodash": "^4.18.1",
    "minimatch": "^10.2.5",
    "tinyglobby": "^0.2.15",
    "@ruan-cat/utils": "^4.25.1"
  },
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:cli": "node dist/cli.cjs init",
    "prebuild": "automd"
  }
}