{ "name": "sequel-ice", "version": "0.0.1", "description": "MySQL/MariaDB database management for Linux", "main": "src/main.js", "scripts": { "pack": "electron-builder --linux" }, "author": { "name": "yutent", "email": "yutent.io@gmail.com" }, "homepage": "https://git.wkit.fun/appcat/sequel-ice", "license": "MIT", "build": { "appId": "sequel-ice", "productName": "Sequel Ice", "copyright": "Copyright © 2024 ${author}", "directories": { "buildResources": "icons", "output": "build" }, "electronDownload": { "version": "28.1.0", "mirror": "https://registry.npmmirror.com/binary.html?path=electron/" }, "files": [ "src/**/*", "node_modules/iofs/*", "node_modules/ssh2/*", "node_modules/mysql2/*" ], "linux": { "category": "Network;Development", "target": [ { "target": "deb", "arch": "x64" } ], "icon": "./icons/" } }, "dependencies": { "iofs": "^1.5.3", "mysql2": "^3.6.5", "ssh2": "^1.15.0" }, "devDependencies": { "electron": "^28.1.0", "electron-builder": "^24.9.1" } }