{
  "main": "lib/binding.js",
  "dependencies": {
    "detect-libc": "^2.0.1",
    "dotenv": "^16.0.3",
    "filesize": "^10.0.5",
    "gauge": "^5.0.0",
    "got": "^12.4.1",
    "gunzip-maybe": "^1.4.2",
    "node-addon-api": "^5.0.0",
    "tar-fs": "^2.1.1",
    "uuid": "^8.3.2"
  },
  "scripts": {
    "test": "jest --coverage=true && node test/examples/runAll",
    "install": "node install/ns3.js && node-gyp rebuild",
    "prepare": "husky install"
  },
  "engines": {
    "node": ">=14.15.0"
  },
  "gypfile": true,
  "name": "net-runner-engine",
  "version": "2.0.5",
  "author": "Valentina K <sabrinarempel7@gmail.com>",
  "license": "GPL-3.0",
  "description": "Node.js ns3 wrapper",
  "homepage": "https://github.com/vaguue/net-runner-engine",
  "repository": {
    "type": "git",
    "url": "git://github.com/vaguue/net-runner-engine"
  },
  "os": [
    "linux"
  ],
  "cpu": [
    "x64"
  ],
  "binary": {
    "napi_versions": [
      7
    ]
  },
  "keywords": [
    "ns3",
    "ns-3",
    "ns3-simulator",
    "network simulator",
    "network-simulator",
    "network",
    "udp",
    "tcp",
    "routing",
    "packet",
    "ip",
    "ipv4",
    "simulator"
  ],
  "devDependencies": {
    "husky": "^8.0.2",
    "jest": "^29.0.1"
  }
}
