-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
36 lines (36 loc) · 926 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "node-qt-napi",
"version": "0.0.4",
"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"
}
}