{
  "name": "@xan105/lobby_connect",
  "version": "2.2.0",
  "description": "Discover people playing on the network using the Goldberg SteamEmu with the launch parameter to connect to their game.",
  "type": "module",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "default": "./lib/index.js"
    }
  },
  "types": "./types/index.d.ts",
  "engines": {
    "node": ">=20.18.0"
  },
  "scripts": {
    "build_x86": "call lib\\src\\goldberg_emulator\\build_win_lobby_connect_dll_x86.bat",
    "build_x64": "call lib\\src\\goldberg_emulator\\build_win_lobby_connect_dll_x64.bat",
    "build": "npm run-script build_x86 && npm run-script build_x64",
    "update": "cd lib\\src\\goldberg_emulator && git pull",
    "lint": "npx eslint --ignore-path .gitignore \"./**/*.{js,mjs}\""
  },
  "keywords": [
    "steam",
    "emu",
    "steamemu",
    "goldberg",
    "lobby",
    "connect",
    "lobby_connect",
    "windows"
  ],
  "author": {
    "name": "Anthony Beaumont",
    "email": "dev.xan105@outlook.be",
    "url": "https://xan105.com/"
  },
  "license": "LGPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xan105/node-lobby_connect.git"
  },
  "bugs": {
    "url": "https://github.com/xan105/node-lobby_connect/issues"
  },
  "homepage": "https://github.com/xan105/node-lobby_connect#readme",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/xan105"
    },
    {
      "type": "paypal",
      "url": "https://www.paypal.me/xan105"
    },
    {
      "type": "patreon",
      "url": "https://www.patreon.com/xan105"
    }
  ],
  "devDependencies": {
    "eslint": "^8.34.0"
  },
  "dependencies": {
    "@xan105/error": "^1.7.1",
    "@xan105/ffi": "^1.3.0",
    "koffi": "^2.9.1"
  }
}
