package.json 1014 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@lerna/collect-uncommitted",
  3. "version": "4.0.0",
  4. "description": "Collect uncommitted changes to working tree for display in error messages",
  5. "keywords": [
  6. "lerna",
  7. "utils",
  8. "git",
  9. "tree"
  10. ],
  11. "author": "Daniel Stockman <daniel.stockman@gmail.com>",
  12. "contributors": [
  13. "Pedro De Ona <p.deona001@gmail.com>"
  14. ],
  15. "homepage": "https://github.com/lerna/lerna/tree/master/utils/collect-uncommitted#readme",
  16. "license": "MIT",
  17. "main": "lib/collect-uncommitted.js",
  18. "files": [
  19. "lib"
  20. ],
  21. "engines": {
  22. "node": ">= 10.18.0"
  23. },
  24. "publishConfig": {
  25. "access": "public"
  26. },
  27. "repository": {
  28. "type": "git",
  29. "url": "git+https://github.com/lerna/lerna.git",
  30. "directory": "utils/collect-uncommitted"
  31. },
  32. "scripts": {
  33. "test": "echo \"Error: run tests from root\" && exit 1"
  34. },
  35. "dependencies": {
  36. "@lerna/child-process": "4.0.0",
  37. "chalk": "^4.1.0",
  38. "npmlog": "^4.1.2"
  39. },
  40. "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
  41. }