bugsnag/bugsnag-js

View on GitHub
packages/plugin-electron-renderer-client-state-updates/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@bugsnag/plugin-electron-renderer-client-state-updates",
  "version": "7.25.0",
  "main": "client-state-updates.js",
  "description": "@bugsnag/electron plugin to sync information between JS renderers",
  "homepage": "https://www.bugsnag.com/",
  "repository": {
    "type": "git",
    "url": "git@github.com:bugsnag/bugsnag-js.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {},
  "author": "Bugsnag",
  "license": "MIT",
  "gypfile": true,
  "files": [
    "client-state-updates.js"
  ],
  "devDependencies": {
    "@bugsnag/core": "^7.25.0"
  },
  "peerDependencies": {
    "@bugsnag/core": "^7.9.2"
  }
}