ngx-electron-fresher
Version:
A wrapper for Electron Renderer APIs. Finally easy to use in Angular forked from ThorstenHans/ngx-electron
46 lines • 1.43 kB
JSON
{
"name": "ngx-electron-fresh",
"description": "An Angular wrapper for Electron's Renderer APIs",
"author": "Thorsten Hans",
"keywords": [
"angular",
"ng",
"electron",
"electron-js"
],
"license": "MIT",
"homepage": "https://github.com/markbrutx/ngx-electron-fresh",
"repository": {
"type": "git",
"url": "git+https://github.com/markbrutx/ngx-electron-fresh"
},
"bugs": {
"url": "https://github.com/markbrutx/ngx-electron-fresh/issues"
},
"peerDependencies": {
"@angular/core": ">=8.0.0",
"rxjs": ">=6.3.0",
"electron": ">=6.0.10"
},
"scripts": {
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
},
"module": "fesm2022/ngx-electron-fresh.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-electron-fresh.mjs",
"esm": "./esm2022/ngx-electron-fresh.mjs",
"default": "./fesm2022/ngx-electron-fresh.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}