BioLab/package.json
Lucas Tadeu Marculino 926816291e Added name and icon
2025-11-17 20:31:48 -03:00

33 lines
715 B
JSON

{
"name": "com.tadeu.biolab",
"displayName": "BioLab",
"version": "1.0.0",
"description": "A sample Apache Cordova application for BioLab.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Lucas Tadeu Marculino",
"license": "MIT",
"devDependencies": {
"cordova-electron": "^4.0.0",
"electron": "^39.2.1",
"electron-builder": "^26.0.12"
},
"cordova": {
"platforms": [
"electron"
]
},
"build": {
"appId": "com.tadeu.biolab",
"productName": "BioLab",
"directories": {
"buildResources": "resources"
},
"win": {
"target": "nsis",
"icon": "resources/icon.ico"
}
}
}