package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "conventional-changelog-core",
  3. "version": "4.2.4",
  4. "description": "conventional-changelog core",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/conventional-changelog/conventional-changelog.git"
  8. },
  9. "keywords": [
  10. "conventional-changelog",
  11. "conventional",
  12. "changelog",
  13. "log"
  14. ],
  15. "engines": {
  16. "node": ">=10"
  17. },
  18. "license": "MIT",
  19. "files": [
  20. "index.js",
  21. "lib",
  22. "hosts"
  23. ],
  24. "bugs": {
  25. "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  26. },
  27. "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core#readme",
  28. "dependencies": {
  29. "add-stream": "^1.0.0",
  30. "conventional-changelog-writer": "^5.0.0",
  31. "conventional-commits-parser": "^3.2.0",
  32. "dateformat": "^3.0.0",
  33. "get-pkg-repo": "^4.0.0",
  34. "git-raw-commits": "^2.0.8",
  35. "git-remote-origin-url": "^2.0.0",
  36. "git-semver-tags": "^4.1.1",
  37. "lodash": "^4.17.15",
  38. "normalize-package-data": "^3.0.0",
  39. "q": "^1.5.1",
  40. "read-pkg": "^3.0.0",
  41. "read-pkg-up": "^3.0.0",
  42. "through2": "^4.0.0"
  43. },
  44. "scripts": {
  45. "test-windows": "mocha --timeout 30000"
  46. },
  47. "devDependencies": {
  48. "conventional-changelog-angular": "^5.0.12"
  49. }
  50. }