package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "@lerna/conventional-commits",
  3. "version": "4.0.0",
  4. "description": "Lerna's internal interface to conventional-changelog and friends",
  5. "keywords": [
  6. "lerna",
  7. "core"
  8. ],
  9. "homepage": "https://github.com/lerna/lerna/tree/master/core/conventional-commits#readme",
  10. "license": "MIT",
  11. "author": {
  12. "name": "Daniel Stockman",
  13. "url": "https://github.com/evocateur"
  14. },
  15. "files": [
  16. "lib",
  17. "index.js"
  18. ],
  19. "main": "index.js",
  20. "engines": {
  21. "node": ">= 10.18.0"
  22. },
  23. "publishConfig": {
  24. "access": "public"
  25. },
  26. "repository": {
  27. "type": "git",
  28. "url": "git+https://github.com/lerna/lerna.git",
  29. "directory": "core/conventional-commits"
  30. },
  31. "scripts": {
  32. "test": "echo \"Run tests from root\" && exit 1"
  33. },
  34. "dependencies": {
  35. "@lerna/validation-error": "4.0.0",
  36. "conventional-changelog-angular": "^5.0.12",
  37. "conventional-changelog-core": "^4.2.2",
  38. "conventional-recommended-bump": "^6.1.0",
  39. "fs-extra": "^9.1.0",
  40. "get-stream": "^6.0.0",
  41. "lodash.template": "^4.5.0",
  42. "npm-package-arg": "^8.1.0",
  43. "npmlog": "^4.1.2",
  44. "pify": "^5.0.0",
  45. "semver": "^7.3.4"
  46. },
  47. "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
  48. }