@ruan-cat/commitlint-config
Version:
阮喵喵自用的 commitlint.config.cjs 配置。
81 lines • 1.87 kB
JSON
{
"name": "@ruan-cat/commitlint-config",
"version": "3.1.0",
"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",
"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/**",
"src",
"templates/**",
"dist/*",
"!src/tests",
"!src/**/tests",
"!src/**/*.md",
"tsconfig.json"
],
"peerDependencies": {
"commitizen": ">=4",
"cz-git": ">=1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.20",
"automd": "^0.4.0",
"cz-git": "^1.12.0",
"pkg-types": "^2.3.0",
"tsup": "^8.5.0"
},
"dependencies": {
"commander": "^13.1.0",
"consola": "^3.4.2",
"glob": "^11.0.3",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"minimatch": "^10.0.3",
"@ruan-cat/utils": "^4.11.0"
},
"scripts": {
"build": "tsup",
"test": "vitest run",
"test:watch": "vitest",
"test:cli": "node dist/cli.cjs init",
"prebuild": "automd"
}
}