/
amesk
/
gitlab-analyzer
Обзор
Документация
Войти
/
amesk
/
gitlab-analyzer
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
package.json
51 строка
1 KB
amesk
Changed application icon.
06 фев 2025, 12:15
06 фев 2025, 12:15
b98ad8d
Код
Авторство
О чём код?
{ "name": "gitlab-alanyzer", "version": "1.0.0", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "electron .", "pack": "electron-builder --dir", "dist": "electron-builder" }, "keywords": [], "author": "Alexei Eskenazi", "license": "Evolution", "type": "commonjs", "description": "GitLab analyzer & marker application", "dependencies": { "@gitbeaker/node": "^35.8.1", "bootstrap": "^5.3.3", "bootstrap-icons": "^1.11.3", "node-gitlab": "^1.6.1" }, "devDependencies": { "electron": "^34.0.1", "electron-builder": "^25.1.8" }, "build": { "appId": "ru.evomarine.gitlab-alanyzer", "productName": "gitlab-analyzer", "copyright": "Copyright © 2025 Evolution Marine Digital", "linux": { "icon": "icons/logo.png" }, "win": { "target": [ "nsis" ], "icon": "icons/logo.ico" }, "files": [ "**/*" ], "nsis": { "oneClick": false, "allowToChangeInstallationDirectory": true, "createDesktopShortcut": true, "createStartMenuShortcut": true, "menuCategory": true, "shortcutName": "GitLab Analyzer" } } }