{
  "name": "@axosoft/sentry-electron",
  "description": "Offical Sentry SDK for Electron",
  "version": "2.0.5",
  "main": "./dist/index.js",
  "module": "./esm/main/index.js",
  "browser": "./esm/renderer/index.js",
  "repository": "https://github.com/axosoft/sentry-electron.git",
  "author": "Sentry",
  "contributors": [
    "Tim Fish"
  ],
  "license": "MIT",
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "run-p build:es6 build:esm",
    "build:es6": "tsc -p tsconfig.build.json",
    "build:esm": "tsc -p tsconfig.esm.json",
    "build:watch": "run-p build:watch:es6 build:watch:esm",
    "build:watch:es6": "tsc -p tsconfig.build.json -w --preserveWatchOutput",
    "build:watch:esm": "tsc -p tsconfig.esm.json -w --preserveWatchOutput",
    "clean": "rimraf dist coverage esm",
    "preexample": "run-s clean build",
    "example": "electron example",
    "lint": "run-s lint:prettier lint:eslint",
    "lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
    "lint:eslint": "eslint . --cache --format stylish",
    "fix": "run-s fix:eslint fix:prettier",
    "fix:prettier": "prettier --write \"{src,test}/**/*.ts\"",
    "fix:eslint": "eslint . --format stylish --fix",
    "pretest": "run-s clean build",
    "test": "cross-env TS_NODE_PROJECT=tsconfig.json xvfb-maybe electron-mocha --require ts-node/register/transpile-only --timeout 120000 ./test/unit/**/*.ts",
    "pree2e": "run-s clean build",
    "e2e": "cross-env TS_NODE_PROJECT=tsconfig.json xvfb-maybe mocha --require ts-node/register/transpile-only --timeout 30000 --retries 5 ./test/e2e/**/*.ts"
  },
  "dependencies": {
    "@sentry/browser": "5.27.6",
    "@sentry/core": "5.27.6",
    "@sentry/minimal": "5.27.6",
    "@sentry/node": "5.27.6",
    "@sentry/types": "5.27.6",
    "@sentry/utils": "5.27.6",
    "tslib": "^1.9.3"
  },
  "devDependencies": {
    "@sentry-internal/eslint-config-sdk": "5.27.6",
    "@sentry-internal/typescript": "5.27.6",
    "@types/body-parser": "^1.17.0",
    "@types/chai": "^4.2.10",
    "@types/chai-as-promised": "^7.1.0",
    "@types/chai-datetime": "^0.0.33",
    "@types/express": "^4.17.3",
    "@types/finalhandler": "^0.0.32",
    "@types/form-data": "^2.5.0",
    "@types/mocha": "^5.2.5",
    "@types/multer": "^1.4.4",
    "@types/multiparty": "^0.0.31",
    "@types/node-fetch": "^1.6.9",
    "@types/stack-trace": "^0.0.29",
    "body-parser": "^1.19.0",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "chai-datetime": "^1.7.0",
    "cross-env": "^5.2.0",
    "eslint": "7.6.0",
    "electron": "8.4.0",
    "electron-download": "^4.1.1",
    "electron-mocha": "^6.0.4",
    "express": "^4.16.2",
    "extract-zip": "^1.6.7",
    "finalhandler": "^1.1.1",
    "http-router": "^0.5.0",
    "mocha": "^6.2.2",
    "multer": "^1.4.2",
    "npm-run-all": "^4.1.5",
    "prettier": "^1.19.1",
    "rimraf": "^2.6.2",
    "temporary-directory": "^1.0.2",
    "ts-node": "^8.5.4",
    "typescript": "3.9.7",
    "xvfb-maybe": "^0.2.1"
  },
  "sideEffects": false
}
