Files
Unify/platforms/hybrid/package.json
2025-12-25 11:16:59 +01:00

22 lines
395 B
JSON

{
"name": "unify hybrid application",
"version": "1.5.0",
"description": "Unify",
"main": "http://localhost:3000/",
"node-remote": "http://localhost:3000/",
"window": {
"width": 1430,
"height": 750,
"icon": "icon.png"
},
"chromium-args": "--enable-devtools --child-clean-exit --enable-node-worker",
"scripts": {
},
"binary": {
},
"dependencies": {
}
}