bugsnag/bugsnag-js

View on GitHub
packages/electron-test-helpers/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@bugsnag/electron-test-helpers",
  "version": "7.25.0",
  "main": "helpers.ts",
  "description": "Test helpers for @bugsnag/electron",
  "repository": {
    "type": "git",
    "url": "git@github.com:bugsnag/bugsnag-js.git"
  },
  "private": true,
  "publishConfig": {
    "private": true
  },
  "files": [
    "helpers.ts"
  ],
  "devDependencies": {
    "@bugsnag/core": "^7.25.0"
  },
  "author": "Bugsnag",
  "license": "MIT"
}