UNPKG

fsuipc-wasm

Version:

Node bindings for the FSUIPC WASM interface

49 lines (48 loc) 920 B
{ "name": "fsuipc-wasm", "version": "0.7.3", "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": "^8.0.0", "node-gyp-build": "^4.5.0" }, "devDependencies": { "@types/node": "^18.0.0" }, "engines": { "node": ">=18.0" }, "os": [ "win32" ], "cpu": [ "x64" ], "gitHead": "31e09d09987569cf43a1c091a630ff4bc6c10a4a" }