package.json 1007 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "@lerna/npm-install",
  3. "version": "4.0.0",
  4. "description": "An internal Lerna tool",
  5. "keywords": [
  6. "lerna",
  7. "utils"
  8. ],
  9. "homepage": "https://github.com/lerna/lerna/tree/master/utils/npm-install#readme",
  10. "license": "MIT",
  11. "author": {
  12. "name": "Daniel Stockman",
  13. "url": "https://github.com/evocateur"
  14. },
  15. "files": [
  16. "npm-install.js"
  17. ],
  18. "main": "npm-install.js",
  19. "engines": {
  20. "node": ">= 10.18.0"
  21. },
  22. "publishConfig": {
  23. "access": "public"
  24. },
  25. "repository": {
  26. "type": "git",
  27. "url": "git+https://github.com/lerna/lerna.git",
  28. "directory": "utils/npm-install"
  29. },
  30. "scripts": {
  31. "test": "echo \"Run tests from root\" && exit 1"
  32. },
  33. "dependencies": {
  34. "@lerna/child-process": "4.0.0",
  35. "@lerna/get-npm-exec-opts": "4.0.0",
  36. "fs-extra": "^9.1.0",
  37. "npm-package-arg": "^8.1.0",
  38. "npmlog": "^4.1.2",
  39. "signal-exit": "^3.0.3",
  40. "write-pkg": "^4.0.0"
  41. },
  42. "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
  43. }