package.json 852 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "@lerna/profiler",
  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/profiler#readme",
  10. "license": "MIT",
  11. "author": {
  12. "name": "Benjamin Weggersen",
  13. "url": "https://github.com/bweggersen"
  14. },
  15. "files": [
  16. "profiler.js"
  17. ],
  18. "main": "profiler.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/profiler"
  29. },
  30. "scripts": {
  31. "test": "echo \"Run tests from root\" && exit 1"
  32. },
  33. "dependencies": {
  34. "fs-extra": "^9.1.0",
  35. "npmlog": "^4.1.2",
  36. "upath": "^2.0.1"
  37. },
  38. "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
  39. }