1
0

package.json 975 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "@vben/commitlint-config",
  3. "version": "1.0.0",
  4. "private": true,
  5. "type": "module",
  6. "license": "MIT",
  7. "homepage": "https://github.com/vbenjs/vue-vben-admin",
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
  11. "directory": "internal/lint-configs/commitlint-config"
  12. },
  13. "bugs": {
  14. "url": "https://github.com/vbenjs/vue-vben-admin/issues"
  15. },
  16. "scripts": {
  17. "stub": "pnpm unbuild --stub"
  18. },
  19. "files": [
  20. "dist"
  21. ],
  22. "main": "./dist/index.mjs",
  23. "module": "./dist/index.mjs",
  24. "types": "./dist/index.d.ts",
  25. "imports": {
  26. "#*": "./src/*"
  27. },
  28. "exports": {
  29. ".": {
  30. "types": "./dist/index.d.ts",
  31. "import": "./dist/index.mjs",
  32. "default": "./dist/index.mjs"
  33. }
  34. },
  35. "dependencies": {
  36. "@commitlint/cli": "^19.3.0",
  37. "@commitlint/config-conventional": "^19.2.2",
  38. "@vben/node-utils": "workspace:*",
  39. "cz-git": "^1.9.1",
  40. "czg": "^1.9.1"
  41. }
  42. }