package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "@lerna/add",
  3. "version": "4.0.0",
  4. "description": "Add a dependency to matched packages",
  5. "keywords": [
  6. "lerna",
  7. "command"
  8. ],
  9. "homepage": "https://github.com/lerna/lerna/tree/master/commands/add#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/add"
  31. },
  32. "scripts": {
  33. "test": "echo \"Run tests from root\" && exit 1"
  34. },
  35. "dependencies": {
  36. "@lerna/bootstrap": "4.0.0",
  37. "@lerna/command": "4.0.0",
  38. "@lerna/filter-options": "4.0.0",
  39. "@lerna/npm-conf": "4.0.0",
  40. "@lerna/validation-error": "4.0.0",
  41. "dedent": "^0.7.0",
  42. "npm-package-arg": "^8.1.0",
  43. "p-map": "^4.0.0",
  44. "pacote": "^11.2.6",
  45. "semver": "^7.3.4"
  46. },
  47. "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
  48. }