package.json 826 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@vben/commitlint-config",
  3. "version": "5.0.0",
  4. "private": true,
  5. "homepage": "https://github.com/vbenjs/vue-vben-admin",
  6. "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
  7. "repository": {
  8. "type": "git",
  9. "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
  10. "directory": "internal/lint-configs/commitlint-config"
  11. },
  12. "license": "MIT",
  13. "type": "module",
  14. "files": [
  15. "dist"
  16. ],
  17. "main": "./index.mjs",
  18. "module": "./index.mjs",
  19. "exports": {
  20. ".": {
  21. "import": "./index.mjs",
  22. "default": "./index.mjs"
  23. }
  24. },
  25. "dependencies": {
  26. "@commitlint/cli": "^19.3.0",
  27. "@commitlint/config-conventional": "^19.2.2",
  28. "@vben/node-utils": "workspace:*",
  29. "commitlint-plugin-function-rules": "^4.0.0",
  30. "cz-git": "^1.9.4",
  31. "czg": "^1.9.4"
  32. }
  33. }