{
  "name": "js-port-scan",
  "version": "1.3.7",
  "description": "scanner port, make tcp, udp, icmp, ping in javascript",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rhaymisonbetini/js-port-scan.git"
  },
  "keywords": [
    "scan",
    "port",
    "tcp",
    "udp",
    "icmp",
    "ping",
    "javascript"
  ],
  "author": "rhaymisonbetini <rhaymisoncristian@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rhaymisonbetini/js-port-scan/issues"
  },
  "homepage": "https://github.com/rhaymisonbetini/js-port-scan#readme",
  "dependencies": {
    "dgram": "^1.0.1",
    "dns": "^0.2.2",
    "dns-then": "^0.1.0",
    "moment": "^2.29.4",
    "net": "^1.0.2",
    "net-ping": "^1.2.3",
    "nodejs-traceroute": "^2.0.1",
    "q": "^1.5.1",
    "raw-socket": "^1.7.0"
  },
  "devDependencies": {}
}
