{
  "name": "nc",
  "version": "1.1.2",
  "description": "Porting Netcat in Node.js",
  "main": "index.js",
  "preferGlobal": true,
  "bin": {
    "nc": "./bin/nc.js"
  },
  "scripts": {
    "test": "standard"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/roccomuso/nc.git"
  },
  "keywords": [
    "nc",
    "netcat",
    "tcp",
    "udp",
    "stream",
    "socket",
    "tool",
    "cli",
    "node",
    "porting",
    "pipe"
  ],
  "author": "Rocco Musolino (roccomuso)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/roccomuso/nc/issues"
  },
  "homepage": "https://github.com/roccomuso/nc#readme",
  "devDependencies": {
    "standard": "^16.0.4"
  },
  "dependencies": {
    "debug": "^4.1.1",
    "netcat": "^1.5.2",
    "yargs": "^17.2.1"
  },
  "overrides": {
    "minimist": "^1.2.8",
    "brace-expansion": "^1.1.18"
  }
}
