package.json 958 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "@lerna/check-working-tree",
  3. "version": "4.0.0",
  4. "description": "Check git working tree status and error appropriately",
  5. "keywords": [
  6. "lerna",
  7. "utils",
  8. "git",
  9. "tree"
  10. ],
  11. "author": "Daniel Stockman <daniel.stockman@gmail.com>",
  12. "homepage": "https://github.com/lerna/lerna/tree/master/utils/check-working-tree#readme",
  13. "license": "MIT",
  14. "main": "lib/check-working-tree.js",
  15. "files": [
  16. "lib"
  17. ],
  18. "engines": {
  19. "node": ">= 10.18.0"
  20. },
  21. "publishConfig": {
  22. "access": "public"
  23. },
  24. "repository": {
  25. "type": "git",
  26. "url": "git+https://github.com/lerna/lerna.git",
  27. "directory": "utils/check-working-tree"
  28. },
  29. "scripts": {
  30. "test": "echo \"Error: run tests from root\" && exit 1"
  31. },
  32. "dependencies": {
  33. "@lerna/collect-uncommitted": "4.0.0",
  34. "@lerna/describe-ref": "4.0.0",
  35. "@lerna/validation-error": "4.0.0"
  36. },
  37. "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
  38. }