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