package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "@lerna/command",
  3. "version": "4.0.0",
  4. "description": "Lerna's internal base class for commands",
  5. "keywords": [
  6. "lerna",
  7. "core"
  8. ],
  9. "homepage": "https://github.com/lerna/lerna/tree/master/core/command#readme",
  10. "license": "MIT",
  11. "author": {
  12. "name": "Daniel Stockman",
  13. "url": "https://github.com/evocateur"
  14. },
  15. "files": [
  16. "index.js",
  17. "lib"
  18. ],
  19. "main": "index.js",
  20. "engines": {
  21. "node": ">= 10.18.0"
  22. },
  23. "publishConfig": {
  24. "access": "public"
  25. },
  26. "repository": {
  27. "type": "git",
  28. "url": "git+https://github.com/lerna/lerna.git",
  29. "directory": "core/command"
  30. },
  31. "scripts": {
  32. "test": "echo \"Run tests from root\" && exit 1"
  33. },
  34. "dependencies": {
  35. "@lerna/child-process": "4.0.0",
  36. "@lerna/package-graph": "4.0.0",
  37. "@lerna/project": "4.0.0",
  38. "@lerna/validation-error": "4.0.0",
  39. "@lerna/write-log-file": "4.0.0",
  40. "clone-deep": "^4.0.1",
  41. "dedent": "^0.7.0",
  42. "execa": "^5.0.0",
  43. "is-ci": "^2.0.0",
  44. "npmlog": "^4.1.2"
  45. },
  46. "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
  47. }