package.json 877 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "@lerna/get-packed",
  3. "version": "4.0.0",
  4. "description": "Read contents of package tarball created by npm pack",
  5. "keywords": [
  6. "lerna",
  7. "npm",
  8. "pack",
  9. "tarball"
  10. ],
  11. "author": "Daniel Stockman <daniel.stockman@gmail.com>",
  12. "homepage": "https://github.com/lerna/lerna/tree/master/utils/get-packed#readme",
  13. "license": "MIT",
  14. "main": "lib/get-packed.js",
  15. "files": [
  16. "lib"
  17. ],
  18. "publishConfig": {
  19. "access": "public"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "git+https://github.com/lerna/lerna.git",
  24. "directory": "utils/get-packed"
  25. },
  26. "scripts": {
  27. "test": "echo \"Error: run tests from root\" && exit 1"
  28. },
  29. "dependencies": {
  30. "fs-extra": "^9.1.0",
  31. "ssri": "^8.0.1",
  32. "tar": "^6.1.0"
  33. },
  34. "engines": {
  35. "node": ">= 10.18.0"
  36. },
  37. "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
  38. }