package.json 964 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "@lerna/diff",
  3. "version": "4.0.0",
  4. "description": "Diff all packages or a single package since the last release",
  5. "keywords": [
  6. "lerna",
  7. "command"
  8. ],
  9. "homepage": "https://github.com/lerna/lerna/tree/master/commands/diff#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/diff"
  31. },
  32. "scripts": {
  33. "test": "echo \"Run tests from root\" && exit 1"
  34. },
  35. "dependencies": {
  36. "@lerna/child-process": "4.0.0",
  37. "@lerna/command": "4.0.0",
  38. "@lerna/validation-error": "4.0.0",
  39. "npmlog": "^4.1.2"
  40. },
  41. "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
  42. }