95a50708788901c64c52c743897d030f98416e71d69c4ea5dc2e88cccb6595eda0f1b7e735ff6454755907a70601a779eee75cc92e09f42251f251e276c9e0 741 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "portfinder",
  3. "description": "A simple tool to find an open port on the current machine",
  4. "version": "1.0.38",
  5. "author": "Charlie Robbins <charlie.robbins@gmail.com>",
  6. "contributors": [
  7. "Erik Trom <erik.trom@gmail.com>"
  8. ],
  9. "repository": {
  10. "type": "git",
  11. "url": "git@github.com:http-party/node-portfinder.git"
  12. },
  13. "keywords": [
  14. "http",
  15. "ports",
  16. "utilities"
  17. ],
  18. "files": [
  19. "lib"
  20. ],
  21. "dependencies": {
  22. "async": "^3.2.6",
  23. "debug": "^4.3.6"
  24. },
  25. "devDependencies": {
  26. "jest": "^29.7.0"
  27. },
  28. "main": "./lib/portfinder",
  29. "types": "./lib/portfinder.d.ts",
  30. "scripts": {
  31. "test": "jest --runInBand"
  32. },
  33. "engines": {
  34. "node": ">= 10.12"
  35. },
  36. "license": "MIT"
  37. }