package.json 877 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@lerna/has-npm-version",
  3. "version": "4.0.0",
  4. "description": "Test if the current version of npm satisfies a given semver range",
  5. "keywords": [
  6. "lerna",
  7. "utils"
  8. ],
  9. "author": "Daniel Stockman <daniel.stockman@gmail.com>",
  10. "homepage": "https://github.com/lerna/lerna/tree/master/utils/has-npm-version#readme",
  11. "license": "MIT",
  12. "main": "lib/has-npm-version.js",
  13. "files": [
  14. "lib"
  15. ],
  16. "engines": {
  17. "node": ">= 10.18.0"
  18. },
  19. "publishConfig": {
  20. "access": "public"
  21. },
  22. "repository": {
  23. "type": "git",
  24. "url": "git+https://github.com/lerna/lerna.git",
  25. "directory": "utils/has-npm-version"
  26. },
  27. "scripts": {
  28. "test": "echo \"Error: run tests from root\" && exit 1"
  29. },
  30. "dependencies": {
  31. "@lerna/child-process": "4.0.0",
  32. "semver": "^7.3.4"
  33. },
  34. "gitHead": "4582c476e07dddddd6b2e3ab6e7f52c1f9eed59a"
  35. }