package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "name": "@lerna/publish",
  3. "version": "4.0.0",
  4. "description": "Publish packages in the current project",
  5. "keywords": [
  6. "lerna",
  7. "command"
  8. ],
  9. "homepage": "https://github.com/lerna/lerna/tree/master/commands/publish#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. "!lib/__mocks__"
  20. ],
  21. "main": "index.js",
  22. "engines": {
  23. "node": ">= 10.18.0"
  24. },
  25. "publishConfig": {
  26. "access": "public"
  27. },
  28. "repository": {
  29. "type": "git",
  30. "url": "git+https://github.com/lerna/lerna.git",
  31. "directory": "commands/publish"
  32. },
  33. "scripts": {
  34. "test": "echo \"Run tests from root\" && exit 1"
  35. },
  36. "dependencies": {
  37. "@lerna/check-working-tree": "4.0.0",
  38. "@lerna/child-process": "4.0.0",
  39. "@lerna/collect-updates": "4.0.0",
  40. "@lerna/command": "4.0.0",
  41. "@lerna/describe-ref": "4.0.0",
  42. "@lerna/log-packed": "4.0.0",
  43. "@lerna/npm-conf": "4.0.0",
  44. "@lerna/npm-dist-tag": "4.0.0",
  45. "@lerna/npm-publish": "4.0.0",
  46. "@lerna/otplease": "4.0.0",
  47. "@lerna/output": "4.0.0",
  48. "@lerna/pack-directory": "4.0.0",
  49. "@lerna/prerelease-id-from-version": "4.0.0",
  50. "@lerna/prompt": "4.0.0",
  51. "@lerna/pulse-till-done": "4.0.0",
  52. "@lerna/run-lifecycle": "4.0.0",
  53. "@lerna/run-topologically": "4.0.0",
  54. "@lerna/validation-error": "4.0.0",
  55. "@lerna/version": "4.0.0",
  56. "fs-extra": "^9.1.0",
  57. "libnpmaccess": "^4.0.1",
  58. "npm-package-arg": "^8.1.0",
  59. "npm-registry-fetch": "^9.0.0",
  60. "npmlog": "^4.1.2",
  61. "p-map": "^4.0.0",
  62. "p-pipe": "^3.1.0",
  63. "pacote": "^11.2.6",
  64. "semver": "^7.3.4"
  65. },
  66. "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
  67. }