UNPKG

deps-qt-gui-raub

Version:

Qt Gui dynamic libraries for dependent Node.js addons

60 lines (59 loc) 1.05 kB
{ "author": "Luis Blanco <luisblanco1337@gmail.com>", "name": "deps-qt-gui-raub", "version": "4.0.0", "description": "Qt Gui dynamic libraries for dependent Node.js addons", "license": "MIT", "main": "index.js", "keywords": [ "dependency", "qt-gui", "gui", "window", "qt", "binary", "library", "dll", "lib", "dylib", "so", "c++", "addon", "bindings", "native", "gyp" ], "files": [ "index.js", "index.d.ts", "install.js", "QT_LGPL", "LICENSE", "package.json" ], "scripts": { "postinstall": "node install", "eslint": "eslint .", "test": "node --test --watch", "test-ci": "node --test" }, "engines": { "node": ">=22.9.0", "npm": ">=10.8.3" }, "repository": { "type": "git", "url": "https://github.com/node-3d/deps-qt-gui-raub.git" }, "dependencies": { "addon-tools-raub": "^9.0.0", "deps-qt-core-raub": "^4.0.0" }, "devDependencies": { "@types/node": "^22.7.9", "@eslint/js": "^9.13.0", "eslint": "^9.13.0", "node-addon-api": "^8.2.1", "typescript": "^5.6.3" } }