package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "@lerna/version",
  3. "version": "4.0.0",
  4. "description": "Bump version of packages changed since the last release",
  5. "keywords": [
  6. "lerna",
  7. "command"
  8. ],
  9. "homepage": "https://github.com/lerna/lerna/tree/master/commands/version#readme",
  10. "license": "MIT",
  11. "author": {
  12. "name": "Daniel Stockman",
  13. "url": "https://github.com/evocateur"
  14. },
  15. "files": [
  16. "command.js",
  17. "index.js",
  18. "lib",
  19. "!lib/__mocks__"
  20. ],
  21. "main": "index.js",
  22. "engines": {
  23. "node": ">= 10.18.0"
  24. },
  25. "publishConfig": {
  26. "access": "public"
  27. },
  28. "repository": {
  29. "type": "git",
  30. "url": "git+https://github.com/lerna/lerna.git",
  31. "directory": "commands/version"
  32. },
  33. "scripts": {
  34. "test": "echo \"Run tests from root\" && exit 1"
  35. },
  36. "dependencies": {
  37. "@lerna/check-working-tree": "4.0.0",
  38. "@lerna/child-process": "4.0.0",
  39. "@lerna/collect-updates": "4.0.0",
  40. "@lerna/command": "4.0.0",
  41. "@lerna/conventional-commits": "4.0.0",
  42. "@lerna/github-client": "4.0.0",
  43. "@lerna/gitlab-client": "4.0.0",
  44. "@lerna/output": "4.0.0",
  45. "@lerna/prerelease-id-from-version": "4.0.0",
  46. "@lerna/prompt": "4.0.0",
  47. "@lerna/run-lifecycle": "4.0.0",
  48. "@lerna/run-topologically": "4.0.0",
  49. "@lerna/validation-error": "4.0.0",
  50. "chalk": "^4.1.0",
  51. "dedent": "^0.7.0",
  52. "load-json-file": "^6.2.0",
  53. "minimatch": "^3.0.4",
  54. "npmlog": "^4.1.2",
  55. "p-map": "^4.0.0",
  56. "p-pipe": "^3.1.0",
  57. "p-reduce": "^2.1.0",
  58. "p-waterfall": "^2.1.1",
  59. "semver": "^7.3.4",
  60. "slash": "^3.0.0",
  61. "temp-write": "^4.0.0",
  62. "write-json-file": "^4.3.0"
  63. },
  64. "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
  65. }