{
  "name": "@funboxteam/free-port-finder",
  "version": "4.0.0",
  "description": "Tiny utility for checking ports availability",
  "keywords": [
    "port",
    "server",
    "utility"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/funbox/free-port-finder"
  },
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "author": "Dmitry Shvalyov <dmitry@shvalyov.ru> (https://shvalyov.ru)",
  "license": "MIT",
  "scripts": {
    "lint": "eslint --cache --ext .js ./",
    "prepublishOnly": "if [ -z \"$CI\" ]; then lawyer; fi",
    "test": "mocha"
  },
  "devDependencies": {
    "@funboxteam/eslint-config": "7.3.0",
    "chai": "4.3.7",
    "eslint": "7.32.0",
    "mocha": "10.2.0"
  }
}
