nodegui-builder
Version:
Tool for packaging NodeGUI applications into standalone executables
38 lines (37 loc) • 866 B
JSON
{
"name": "nodegui-builder",
"version": "1.0.1",
"description": "Tool for packaging NodeGUI applications into standalone executables",
"main": "index.js",
"bin": {
"nodegui-builder": "./cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HerokeyVN/nodegui-builder.git"
},
"keywords": [
"nodegui",
"packaging",
"desktop",
"qode",
"qt"
],
"author": "HerokeyVN",
"license": "MIT",
"bugs": {
"url": "https://github.com/HerokeyVN/nodegui-builder/issues"
},
"homepage": "https://github.com/HerokeyVN/nodegui-builder#readme",
"dependencies": {
"fs-extra": "^10.1.0",
"commander": "^9.4.0",
"chalk": "^4.1.2"
},
"engines": {
"node": ">=14.0.0"
}
}