{
  "name": "fsuipc-wasm",
  "version": "0.7.2",
  "description": "Node bindings for the FSUIPC WASM interface",
  "keywords": [
    "fsuipc",
    "msfs"
  ],
  "repository": {
    "type": "git",
    "url": "github:koesie10/fsuipc-node"
  },
  "license": "MIT",
  "main": "./main.js",
  "types": "./index.d.ts",
  "files": [
    "src",
    "binding.gyp",
    "index.d.ts",
    "main.js",
    "README.md",
    "prebuilds"
  ],
  "scripts": {
    "build": "node-gyp build",
    "install": "node-gyp-build",
    "configure": "node-gyp configure",
    "rebuild": "node-gyp rebuild",
    "prepublish": "prebuildify --napi"
  },
  "dependencies": {
    "node-addon-api": "^7.0.0",
    "node-gyp-build": "^4.5.0"
  },
  "devDependencies": {
    "@types/node": "^18.0.0"
  },
  "engines": {
    "node": ">=18.0"
  },
  "os": [
    "win32"
  ],
  "cpu": [
    "x64"
  ],
  "gitHead": "0f151737c714a7561ab3574a44009e2e9b21a103"
}
