|
1 | 1 | { |
2 | | - "name": "node-qt-napi", |
3 | | - "version": "0.0.1", |
4 | | - "description": "", |
5 | | - "main": "./lib/qt.js", |
6 | | - "binary": { |
7 | | - "module_name": "qt", |
8 | | - "module_path": "./bindings/napi-v{napi_build_version}", |
9 | | - "host": "https://github.com/kusti8/node-qt-napi/releases/download/", |
10 | | - "napi_versions": [ |
11 | | - 2, |
12 | | - 3, |
13 | | - 4 |
14 | | - ], |
15 | | - "remote_path": "{version}", |
16 | | - "package_name": "{module_name}-v{version}-{napi_build_version}-{platform}-{arch}.tar.gz" |
17 | | - }, |
18 | | - "dependencies": { |
19 | | - "cross-env": "^6.0.3", |
20 | | - "node-addon-api": "*", |
21 | | - "node-pre-gyp": "^0.13.0" |
22 | | - }, |
23 | | - "devDependencies": { |
24 | | - "node-pre-gyp-github": "^1.4.3" |
25 | | - }, |
26 | | - "scripts": { |
27 | | - "test": "echo \"Error: no test specified\"", |
28 | | - "install": "cross-env JOBS=max node-pre-gyp install --fallback-to-build" |
29 | | - }, |
30 | | - "author": "Gustav Hansen", |
31 | | - "license": "MIT", |
32 | | - "repository": { |
33 | | - "type": "git", |
34 | | - "url": "https://github.com/kusti8/node-qt-napi.git" |
35 | | - } |
| 2 | + "name": "node-qt-napi", |
| 3 | + "version": "0.0.2", |
| 4 | + "description": "", |
| 5 | + "main": "./lib/qt.js", |
| 6 | + "binary": { |
| 7 | + "module_name": "qt", |
| 8 | + "module_path": "./bindings/napi-v{napi_build_version}", |
| 9 | + "host": "https://github.com/kusti8/node-qt-napi/releases/download/", |
| 10 | + "napi_versions": [ |
| 11 | + 2, |
| 12 | + 3, |
| 13 | + 4 |
| 14 | + ], |
| 15 | + "remote_path": "{version}", |
| 16 | + "package_name": "{module_name}-v{version}-{napi_build_version}-{platform}-{arch}.tar.gz" |
| 17 | + }, |
| 18 | + "dependencies": { |
| 19 | + "cross-env": "^6.0.3", |
| 20 | + "node-addon-api": "*", |
| 21 | + "node-pre-gyp": "^0.13.0" |
| 22 | + }, |
| 23 | + "devDependencies": { |
| 24 | + "node-pre-gyp-github": "^1.4.3" |
| 25 | + }, |
| 26 | + "scripts": { |
| 27 | + "test": "echo \"Error: no test specified\"", |
| 28 | + "install": "cross-env JOBS=max node-pre-gyp install --fallback-to-build" |
| 29 | + }, |
| 30 | + "author": "Gustav Hansen", |
| 31 | + "license": "MIT", |
| 32 | + "repository": { |
| 33 | + "type": "git", |
| 34 | + "url": "https://github.com/kusti8/node-qt-napi.git" |
| 35 | + } |
36 | 36 | } |
0 commit comments