{
  "name": "gtenet",
  "version": "0.1.5",
  "description": "Node.js bindings for the ENet reliable UDP networking library",
  "main": "index.js",
  "types": "index.d.ts",
  "type": "module",
  "scripts": {
    "build": "node-gyp rebuild",
    "clean": "node-gyp clean",
    "postinstall": "node-gyp-build",
    "prebuild": "prebuildify --napi --strip --target 18.0.0 --target 20.0.0 --target 22.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/YoruAkio/GTEnet.git"
  },
  "bugs": {
    "url": "https://github.com/YoruAkio/GTEnet/issues"
  },
  "homepage": "https://github.com/YoruAkio/GTEnet#readme",
  "dependencies": {
    "node-addon-api": "^7.1.1",
    "node-gyp-build": "^4.8.0"
  },
  "devDependencies": {
    "node-gyp": "^10.3.1",
    "prebuildify": "^6.0.1"
  },
  "gypfile": true,
  "keywords": [
    "enet",
    "networking",
    "udp",
    "reliable",
    "game",
    "native"
  ],
  "author": "Yoru Akio",
  "license": "MIT",
  "files": [
    "index.js",
    "index.d.ts",
    "binding.gyp",
    "src/**",
    "enet/**",
    "prebuilds/**",
    "README.md",
    "LICENSE"
  ]
}
