{
  "name": "netcat",
  "version": "1.5.0",
  "description": "Netcat client and server modules written in pure Javascript for Node.js",
  "main": "index.js",
  "scripts": {
    "test": "standard && tape ./tests/**/*.js | tap-spec",
    "tcp": "tape ./tests/tcp.js | tap-spec",
    "udp": "tape ./tests/udp.js | tap-spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/roccomuso/netcat.git"
  },
  "engines": {
    "node": ">=10.8.0"
  },
  "keywords": [
    "netcat",
    "nc",
    "net",
    "shell",
    "js",
    "node",
    "tcp",
    "udp",
    "server",
    "swissarmyknife"
  ],
  "author": "Rocco Musolino (@roccomuso)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/roccomuso/netcat/issues"
  },
  "homepage": "https://github.com/roccomuso/netcat#readme",
  "devDependencies": {
    "concat-stream": "^1.6.2",
    "standard": "^12.0.1",
    "tap-spec": "^5.0.0",
    "tape": "^4.9.0"
  },
  "dependencies": {
    "async-each-series": "^1.1.0",
    "datagram-stream": "^1.1.1",
    "debug": "^4.0.1",
    "hexer": "^1.5.0",
    "nanoid": "^2.0.0",
    "through2": "^3.0.0"
  }
}
