UNPKG

@eightnineight/electron-dialog

Version:
38 lines (37 loc) 838 B
{ "name": "@eightnineight/electron-dialog", "version": "1.1.1", "description": "electron dialog", "main": "index.js", "type": "module", "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/eightnineight/electron-dialog.git" }, "keywords": [ "electron", "dialog", "showOpenDialog", "showSaveDialog", "showMessageBox", "showErrorBox", "ipcMain", "ipcRenderer", "ipc", "renderer", "main" ], "author": "CHIH-HSIN HSU", "license": "MIT", "bugs": { "url": "https://github.com/eightnineight/electron-dialog/issues" }, "homepage": "https://github.com/eightnineight/electron-dialog#readme", "devDependencies": { "electron": "^27.0.3" } }