forked from olcxjas-softworks/LarpixClient
59 lines
1.1 KiB
JSON
59 lines
1.1 KiB
JSON
{
|
|
"name": "electron-unhandled",
|
|
"version": "4.0.1",
|
|
"description": "Catch unhandled errors and promise rejections in your Electron app",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/electron-unhandled",
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"scripts": {
|
|
"start": "electron example.js",
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"keywords": [
|
|
"electron",
|
|
"unhandled",
|
|
"error",
|
|
"exception",
|
|
"promise",
|
|
"rejection",
|
|
"uncaught",
|
|
"handler",
|
|
"stack",
|
|
"report",
|
|
"log",
|
|
"logger",
|
|
"debug",
|
|
"debugging"
|
|
],
|
|
"dependencies": {
|
|
"clean-stack": "^2.1.0",
|
|
"electron-is-dev": "^2.0.0",
|
|
"ensure-error": "^2.0.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"serialize-error": "^8.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^2.2.0",
|
|
"electron": "^7.0.0",
|
|
"electron-util": "^0.12.1",
|
|
"execa": "^2.0.3",
|
|
"tsd": "^0.7.3",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"xo": {
|
|
"nodeVersion": ">=12",
|
|
"envs": [
|
|
"node",
|
|
"browser"
|
|
]
|
|
}
|
|
}
|