package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "@lerna/bootstrap",
  3. "version": "4.0.0",
  4. "description": "Link local packages together and install remaining package dependencies",
  5. "keywords": [
  6. "lerna",
  7. "command"
  8. ],
  9. "homepage": "https://github.com/lerna/lerna/tree/master/commands/bootstrap#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. "lib"
  19. ],
  20. "main": "index.js",
  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": "commands/bootstrap"
  31. },
  32. "scripts": {
  33. "test": "echo \"Run tests from root\" && exit 1"
  34. },
  35. "dependencies": {
  36. "@lerna/command": "4.0.0",
  37. "@lerna/filter-options": "4.0.0",
  38. "@lerna/has-npm-version": "4.0.0",
  39. "@lerna/npm-install": "4.0.0",
  40. "@lerna/package-graph": "4.0.0",
  41. "@lerna/pulse-till-done": "4.0.0",
  42. "@lerna/rimraf-dir": "4.0.0",
  43. "@lerna/run-lifecycle": "4.0.0",
  44. "@lerna/run-topologically": "4.0.0",
  45. "@lerna/symlink-binary": "4.0.0",
  46. "@lerna/symlink-dependencies": "4.0.0",
  47. "@lerna/validation-error": "4.0.0",
  48. "dedent": "^0.7.0",
  49. "get-port": "^5.1.1",
  50. "multimatch": "^5.0.0",
  51. "npm-package-arg": "^8.1.0",
  52. "npmlog": "^4.1.2",
  53. "p-map": "^4.0.0",
  54. "p-map-series": "^2.1.0",
  55. "p-waterfall": "^2.1.1",
  56. "read-package-tree": "^5.3.1",
  57. "semver": "^7.3.4"
  58. },
  59. "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
  60. }