{
  "name": "@sentry/integrations",
  "version": "7.11.1",
  "description": "Pluggable integrations that can be used to enhance JS SDKs",
  "repository": "git://github.com/getsentry/sentry-javascript.git",
  "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/integrations",
  "author": "Sentry",
  "license": "BSD-3-Clause",
  "engines": {
    "node": ">=8"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "types": "types/index.d.ts",
  "dependencies": {
    "@sentry/types": "7.11.1",
    "@sentry/utils": "7.11.1",
    "localforage": "^1.8.1",
    "tslib": "^1.9.3"
  },
  "devDependencies": {
    "chai": "^4.1.2"
  },
  "sideEffects": false

,"_resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.11.1.tgz"
,"_integrity": "sha512-G4aw9X2WdRGwLk/2pAj+5LuZnLM4u1GG3o8bOWNASR9E7IiQQ9ERYlnfW7jas+08B1Q61WLwJPXZhJxvQfxLQw=="
,"_from": "@sentry/integrations@7.11.1"
}