This commit is contained in:
Lucas Tadeu Marculino 2025-11-17 19:52:44 -03:00
commit fb20596fba
36 changed files with 8679 additions and 0 deletions

27
package.json Normal file
View file

@ -0,0 +1,27 @@
{
"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"
]
},
"win": {
"target": [
"nsis"
]
}
}