This commit is contained in:
2025-05-22 09:16:52 -05:00
commit a6eb70136a
6 changed files with 6365 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
{
"name": "migracion",
"version": "0.0.12",
"main": "main.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"build": "electron-builder"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "Migracion",
"dependencies": {
"googleapis": "^144.0.0",
"node-fetch": "^3.3.2",
"puppeteer": "^24.1.1",
"puppeteer-core": "^24.2.0"
},
"devDependencies": {
"electron": "^34.1.1",
"electron-builder": "^25.1.8"
},
"type": "module",
"build": {
"appId": "com.migracion.id",
"productName": "Migracion",
"win": {
"target": "nsis",
"icon": "path/to/icon.ico"
},
"extraResources": [
"credenciales.json"
]
}
}