Commit with fixed paths

This commit is contained in:
2022-02-10 03:46:44 +01:00
parent 44ef9ad3bf
commit b0956ac5d1
51 changed files with 2450 additions and 1 deletions

39
package.json Normal file
View File

@@ -0,0 +1,39 @@
{
"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"
}
}