1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "@vben/commitlint-config",
- "version": "5.0.0",
- "private": true,
- "homepage": "https://github.com/vbenjs/vue-vben-admin",
- "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
- "directory": "internal/lint-configs/commitlint-config"
- },
- "license": "MIT",
- "type": "module",
- "scripts": {
- "stub": "pnpm unbuild --stub"
- },
- "files": [
- "dist"
- ],
- "main": "./dist/index.mjs",
- "module": "./dist/index.mjs",
- "types": "./dist/index.d.ts",
- "exports": {
- ".": {
- "types": "./dist/index.d.ts",
- "import": "./dist/index.mjs",
- "default": "./dist/index.mjs"
- }
- },
- "dependencies": {
- "@commitlint/cli": "^19.3.0",
- "@commitlint/config-conventional": "^19.2.2",
- "@vben/node-utils": "workspace:*",
- "commitlint-plugin-function-rules": "^4.0.0",
- "cz-git": "^1.9.3",
- "czg": "^1.9.3"
- }
- }
|