{
  "name": "@sentry/nextjs",
  "version": "7.64.0",
  "description": "Official Sentry SDK for Next.js",
  "repository": "git://github.com/getsentry/sentry-javascript.git",
  "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/nextjs",
  "author": "Sentry",
  "license": "MIT",
  "engines": {
    "node": ">=8"
  },
  "main": "cjs/index.server.js",
  "module": "esm/index.server.js",
  "browser": "esm/index.client.js",
  "types": "types/index.types.d.ts",
  "typesVersions": {
    "<4.9": {
      "build/npm/types/index.d.ts": [
        "npm/types-ts3.8/index.d.ts"
      ]
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@rollup/plugin-commonjs": "24.0.0",
    "@sentry/core": "7.64.0",
    "@sentry/integrations": "7.64.0",
    "@sentry/node": "7.64.0",
    "@sentry/react": "7.64.0",
    "@sentry/types": "7.64.0",
    "@sentry/utils": "7.64.0",
    "@sentry/webpack-plugin": "1.20.0",
    "chalk": "3.0.0",
    "rollup": "2.78.0",
    "stacktrace-parser": "^0.1.10",
    "tslib": "^2.4.1 || ^1.9.3"
  },
  "devDependencies": {
    "@types/webpack": "^4.41.31",
    "eslint-plugin-react": "^7.31.11",
    "next": "10.1.3"
  },
  "peerDependencies": {
    "next": "^10.0.8 || ^11.0 || ^12.0 || ^13.0",
    "react": "16.x || 17.x || 18.x",
    "webpack": ">= 4.0.0"
  },
  "peerDependenciesMeta": {
    "webpack": {
      "optional": true
    }
  },
  "sideEffects": false
}