UNPKG

@eightnineight/electron-console

Version:
41 lines (40 loc) 856 B
{ "name": "@eightnineight/electron-console", "version": "1.3.1", "description": "electron console", "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-console.git" }, "files": [ "LICENSE", "package.json", "README.json", "index.js" ], "keywords": [ "electron", "console", "log", "ipcMain", "ipcRenderer", "ipc", "renderer", "main" ], "author": "CHIH-HSIN HSU", "license": "MIT", "bugs": { "url": "https://github.com/eightnineight/electron-console/issues" }, "homepage": "https://github.com/eightnineight/electron-console#readme", "devDependencies": { "electron": "^27.0.3" } }