admin-vben/internal/lint-configs/commitlint-config/package.json

34 lines
833 B
JSON
Raw Normal View History

2024-05-19 13:20:42 +00:00
{
"name": "@vben/commitlint-config",
2024-09-10 14:20:51 +00:00
"version": "5.3.0-beta.2",
2024-05-19 13:20:42 +00:00
"private": true,
"homepage": "https://github.com/vbenjs/vue-vben-admin",
2024-06-16 15:56:20 +00:00
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
2024-05-19 13:20:42 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "internal/lint-configs/commitlint-config"
},
2024-06-16 15:56:20 +00:00
"license": "MIT",
"type": "module",
2024-05-19 13:20:42 +00:00
"files": [
"dist"
],
"main": "./index.mjs",
"module": "./index.mjs",
2024-05-19 13:20:42 +00:00
"exports": {
".": {
"import": "./index.mjs",
"default": "./index.mjs"
2024-05-19 13:20:42 +00:00
}
},
"dependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
2024-05-19 13:20:42 +00:00
"@vben/node-utils": "workspace:*",
"commitlint-plugin-function-rules": "^4.0.0",
"cz-git": "^1.9.4",
"czg": "^1.9.4"
2024-05-19 13:20:42 +00:00
}
}