{
  "name": "jest-sentry-environment",
  "version": "3.0.0",
  "description": "Sentry instrumentation for jest",
  "main": "index.js",
  "scripts": {
    "test": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/billyvg/jest-sentry-environment.git"
  },
  "keywords": [
    "sentry",
    "jest",
    "test",
    "testing"
  ],
  "author": "Billy Vong <github@mmo.me>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/billyvg/jest-sentry-environment/issues"
  },
  "homepage": "https://github.com/billyvg/jest-sentry-environment#readme",
  "devDependencies": {
    "prettier": "^2.3.2"
  },
  "peerDependencies": {
    "@sentry/node": ">=6",
    "@sentry/tracing": ">=6",
    "jest": ">=28"
  }
}
