{ "name": "find-free-ports", "version": "3.1.1", "description": "Find multiple free ports on localhost", "main": "index.js", "types": "index.d.ts", "source": "index.ts", "scripts": { "prepare": "tsc && babel --extensions '.ts' index.ts tests.ts --out-dir . --source-maps", "watch": "concurrently 'ava tests.js --watch' 'babel --watch --extensions .ts index.ts tests.ts --out-dir .'", "test": "ava tests.js" }, "repository": { "type": "git", "url": "git+https://github.com/samvv/node-find-free-ports.git" }, "keywords": [ "node", "port", "networking", "server", "client", "library" ], "author": "Sam Vervaeck", "license": "MIT", "bugs": { "url": "https://github.com/samvv/node-find-free-ports/issues" }, "homepage": "https://github.com/samvv/node-find-free-ports#readme", "devDependencies": { "@babel/cli": "^7.21.0", "@babel/core": "^7.21.4", "@babel/preset-env": "^7.21.4", "@babel/preset-typescript": "^7.21.4", "@types/node": "^18.15.11", "ava": "^5.2.0", "concurrently": "^8.0.1", "typescript": "^5.0.4" } }