{
  "name": "@sentry/serverless",
  "version": "7.120.4",
  "description": "Official Sentry SDK for various serverless solutions",
  "repository": "git://github.com/getsentry/sentry-javascript.git",
  "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/serverless",
  "author": "Sentry",
  "license": "MIT",
  "engines": {
    "node": ">=10"
  },
  "files": [
    "cjs",
    "esm",
    "types",
    "types-ts3.8"
  ],
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "types": "types/index.d.ts",
  "typesVersions": {
    "<4.9": {
      "types/index.d.ts": [
        "types-ts3.8/index.d.ts"
      ]
    }
  },
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  },
  "dependencies": {
    "@sentry/core": "7.120.4",
    "@sentry/node": "7.120.4",
    "@sentry/types": "7.120.4",
    "@sentry/utils": "7.120.4",
    "@types/aws-lambda": "^8.10.62",
    "@types/express": "^4.17.14"
  },
  "devDependencies": {
    "@google-cloud/bigquery": "^5.3.0",
    "@google-cloud/common": "^3.4.1",
    "@google-cloud/functions-framework": "^1.7.1",
    "@google-cloud/pubsub": "^2.5.0",
    "@types/node": "^14.6.4",
    "aws-sdk": "^2.765.0",
    "find-up": "^5.0.0",
    "google-gax": "^2.9.0",
    "nock": "^13.0.4",
    "npm-packlist": "^2.1.4"
  },
  "sideEffects": false,
  "nx": {
    "targets": {
      "build:bundle": {
        "dependsOn": [
          "build:transpile",
          "build:types"
        ],
        "outputs": [
          "{projectRoot}/build/aws"
        ]
      }
    }
  }
}