package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "cz-conventional-changelog",
  3. "version": "1.2.0",
  4. "description": "Commitizen adapter following the conventional-changelog format.",
  5. "main": "index.js",
  6. "scripts": {
  7. "commit": "git-cz",
  8. "test": "echo 'Tests need to be setup!'",
  9. "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  10. },
  11. "homepage": "https://github.com/commitizen/cz-conventional-changelog",
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/commitizen/cz-conventional-changelog.git"
  15. },
  16. "author": "Jim Cummins <jimthedev@gmail.com>",
  17. "license": "MIT",
  18. "dependencies": {
  19. "conventional-commit-types": "^2.0.0",
  20. "lodash.map": "^4.5.1",
  21. "longest": "^1.0.1",
  22. "pad-right": "^0.2.2",
  23. "right-pad": "^1.0.1",
  24. "word-wrap": "^1.0.3"
  25. },
  26. "devDependencies": {
  27. "commitizen": "1.0.5",
  28. "semantic-release": "^4.3.5"
  29. },
  30. "czConfig": {
  31. "path": "./"
  32. },
  33. "__npminstall_done": true,
  34. "_from": "cz-conventional-changelog@1.2.0",
  35. "_resolved": "https://registry.npmmirror.com/cz-conventional-changelog/-/cz-conventional-changelog-1.2.0.tgz"
  36. }