Files
2025-07-17 13:47:44 -05:00

123 lines
2.9 KiB
JSON

{
"name": "rpa-claro",
"productName": "RpaClaro",
"version": "4.1.6",
"description": "RPA Claro",
"author": "TARS",
"license": "MIT",
"main": "entry2.js",
"scripts": {
"start": "electron . --user='45957768' --dev --log --code=TYD075",
"postinstall": "electron-builder install-app-deps",
"pack": "electron-builder --dir",
"build": "electron-builder --win && node copy-deps.js",
"rebuild": "electron-rebuild"
},
"nodeGypRebuild": "true",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/tars.dev/rpa-claro.git",
"release": "latest"
},
"singleInstance": true,
"build": {
"appId": "com.rpa.claro",
"artifactName": "${productName}-${version}.${ext}",
"compression": "maximum",
"protocols": {
"name": "rpa-claro",
"schemes": [
"rpa-claro"
]
},
"publish": {
"provider": "generic",
"url": "https://gitlab.com/api/v4/projects/53729989/jobs/artifacts/main/raw/dist?job=build"
},
"win": {
"icon": "./logo-claro.ico",
"target": [
"nsis"
],
"requestedExecutionLevel": "asInvoker",
"verifyUpdateCodeSignature": false
},
"nsis": {
"runAfterFinish": true,
"deleteAppDataOnUninstall": true,
"oneClick": true,
"perMachine": true,
"allowElevation": false,
"allowToChangeInstallationDirectory": false,
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
"installerIcon": "./logo-claro.ico",
"uninstallerIcon": "./logo-claro.ico"
},
"asarUnpack": [
"dlls/**/*",
"node_modules/**/*",
"**/build/Release/*.node"
],
"files": [
"**/*",
"node_modules/**/*"
],
"extraFiles": [
{
"from": "dlls",
"to": "dlls",
"filter": [
"**/*"
]
},
{
"from": "node_modules/node-autoit-koffi/lib",
"to": "lib/autoit",
"filter": [
"**/*"
]
}
],
"extraResources": [
{
"from": "dlls",
"to": "dlls",
"filter": [
"**/*"
]
}
]
},
"electron-updater": {
"differentialDownload": false
},
"dependencies": {
"axios": "^1.6.2",
"debug": "^4.4.1",
"electron-find": "^1.0.7",
"electron-updater": "^6.0.0",
"encoding": "^0.1.13",
"global-agent": "^3.0.0",
"https": "^1.0.0",
"iconv-lite": "^0.6.3",
"jquery": "^3.7.1",
"ms": "^2.1.3",
"node-autoit-koffi": "^1.0.5",
"node-fetch": "^3.3.2",
"node-global-proxy": "^1.0.1",
"node-gyp-build": "^4.8.4",
"nodemailer": "^6.9.8",
"puppeteer": "^22.15.0",
"puppeteer-core": "^21.11.0",
"puppeteer-in-electron": "^3.0.5",
"safer-buffer": "^2.1.2"
},
"devDependencies": {
"electron": "^20.0.0",
"electron-builder": "^24.9.1",
"electron-rebuild": "^3.2.9",
"node-gyp": "^11.2.0"
}
}