package.json 834 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@vben/commitlint-config",
  3. "version": "5.5.3",
  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": "catalog:",
  27. "@commitlint/config-conventional": "catalog:",
  28. "@vben/node-utils": "workspace:*",
  29. "commitlint-plugin-function-rules": "catalog:",
  30. "cz-git": "catalog:",
  31. "czg": "catalog:"
  32. }
  33. }