{
  "name": "node-qt-napi",
  "version": "0.0.3",
  "description": "",
  "main": "./lib/qt.js",
  "binary": {
    "module_name": "qt",
    "module_path": "./bindings/napi-v{napi_build_version}",
    "host": "https://github.com/kusti8/node-qt-napi/releases/download/",
    "napi_versions": [
      2,
      3,
      4
    ],
    "remote_path": "{version}",
    "package_name": "{module_name}-v{version}-{napi_build_version}-{platform}-{arch}.tar.gz"
  },
  "dependencies": {
    "cross-env": "^6.0.3",
    "node-addon-api": "^2.0.0",
    "node-pre-gyp": "^0.13.0"
  },
  "devDependencies": {
    "node-pre-gyp-github": "^1.4.3"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\"",
    "install": "cross-env JOBS=max node-pre-gyp install --fallback-to-build"
  },
  "author": "Gustav Hansen",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/kusti8/node-qt-napi.git"
  }
}
