{
  "name": "@sentry/jest-environment",
  "version": "6.1.0",
  "description": "Automatic performance and profiling instrumentation for your jest tests.",
  "scripts": {
    "test": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/billyvg/jest-sentry-environment.git"
  },
  "files": [
    "package.json",
    "README.md",
    "LICENSE",
    "node.js",
    "jsdom.js",
    "createEnvironment.js"
  ],
  "keywords": [
    "sentry",
    "jest",
    "test",
    "testing",
    "performance",
    "profiling",
    "tracing"
  ],
  "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": ">=8",
    "@sentry/profiling-node": ">=8",
    "jest": ">=29"
  },
  "prettier": {
    "bracketSpacing": false,
    "bracketSameLine": false,
    "printWidth": 90,
    "semi": true,
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false,
    "arrowParens": "avoid"
  }
}
