package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "@lerna/exec",
  3. "version": "4.0.0",
  4. "description": "Execute an arbitrary command in each package",
  5. "keywords": [
  6. "lerna",
  7. "command"
  8. ],
  9. "homepage": "https://github.com/lerna/lerna/tree/master/commands/exec#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. ],
  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": "commands/exec"
  30. },
  31. "scripts": {
  32. "test": "echo \"Run tests from root\" && exit 1"
  33. },
  34. "dependencies": {
  35. "@lerna/child-process": "4.0.0",
  36. "@lerna/command": "4.0.0",
  37. "@lerna/filter-options": "4.0.0",
  38. "@lerna/profiler": "4.0.0",
  39. "@lerna/run-topologically": "4.0.0",
  40. "@lerna/validation-error": "4.0.0",
  41. "p-map": "^4.0.0"
  42. },
  43. "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
  44. }