@yakies/electron-ipc
Version:
A easier way to use Electron's contextBridge API
36 lines (35 loc) • 888 B
JSON
{
"name": "@yakies/electron-ipc",
"version": "0.0.3",
"description": "A easier way to use Electron's contextBridge API",
"main": "dist/js/index.js",
"author": "chumahtung",
"keywords": [
"electron",
"bridge",
"contextBridge"
],
"scripts": {
"package-info": "npm info",
"package-repo": "npm repo",
"package-list": "npm list --depth=1",
"tsc-version": "tsc --version",
"tsc": "tsc",
"transpile-clean": "rimraf ./dist/js",
"transpile": "npm-run-all transpile-clean tsc-version tsc",
"lint": "eslint"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"electron": "^13.0.1",
"eslint": "^7.27.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"typescript": "^4.3.2"
},
"dependencies": {
"tslib": "^2.2.0",
"debug": "latest"
}
}