package.json 968 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. "scripts": {
  15. "stub": "pnpm unbuild --stub"
  16. },
  17. "files": [
  18. "dist"
  19. ],
  20. "main": "./dist/index.mjs",
  21. "module": "./dist/index.mjs",
  22. "types": "./dist/index.d.ts",
  23. "exports": {
  24. ".": {
  25. "types": "./dist/index.d.ts",
  26. "import": "./dist/index.mjs",
  27. "default": "./dist/index.mjs"
  28. }
  29. },
  30. "dependencies": {
  31. "@commitlint/cli": "^19.3.0",
  32. "@commitlint/config-conventional": "^19.2.2",
  33. "@vben/node-utils": "workspace:*",
  34. "commitlint-plugin-function-rules": "^4.0.0",
  35. "cz-git": "^1.9.3",
  36. "czg": "^1.9.3"
  37. }
  38. }