Initial
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user