{ "name": "node-simconnect", "version": "2.0.0-beta.2", "description": "Wrapper for the SimConnect SDK for Flight Simulator X and Prepar3D (Windows only)", "main": "index.js", "scripts": { "rebuild": "node-gyp configure rebuild --msvs_version=2019 --arch=ia32", "rebuild:dev": "npm run rebuild -- --debug" }, "author": "", "license": "MIT", "gypfile": false, "dependencies": {}, "directories": { "example": "examples" }, "repository": { "type": "git", "url": "git+https://github.com/EvenAR/node-simconnect.git" }, "keywords": [ "FSX", "P3D", "SDK", "SimConnect", "Prepar3D", "FlightSimulator", "Simulator" ], "bugs": { "url": "https://github.com/EvenAR/node-simconnect/issues" }, "homepage": "https://github.com/EvenAR/node-simconnect#readme", "devDependencies": { "bindings": "^1.5.0", "node-addon-api": "^3.0.2", "node-gyp": "^7.1.0" } }