12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "@vben/commitlint-config",
- "version": "1.0.0",
- "private": true,
- "type": "module",
- "license": "MIT",
- "homepage": "https://github.com/vbenjs/vue-vben-admin",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
- "directory": "internal/lint-configs/commitlint-config"
- },
- "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
- "scripts": {
- "stub": "pnpm unbuild --stub"
- },
- "files": [
- "dist"
- ],
- "main": "./dist/index.mjs",
- "module": "./dist/index.mjs",
- "types": "./dist/index.d.ts",
- "imports": {
- "#*": "./src/*"
- },
- "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:*",
- "cz-git": "^1.9.2",
- "czg": "^1.9.2"
- }
- }
|