{
  "name": "aws-xray-sdk",
  "version": "3.0.0",
  "description": "AWS X-Ray SDK for Javascript",
  "author": "Amazon Web Services",
  "contributors": [
    "Sandra McMullen <mcmuls@amazon.com>"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "engines": {
    "node": ">= 10.x"
  },
  "dependencies": {
    "aws-xray-sdk-core": "^3.0.0",
    "aws-xray-sdk-express": "^3.0.0",
    "aws-xray-sdk-mysql": "^3.0.0",
    "aws-xray-sdk-postgres": "^3.0.0",
    "pkginfo": "^0.4.0"
  },
  "devDependencies": {
    "tsd": "^0.10.0"
  },
  "scripts": {
    "test": "tsd",
    "test-d": "tsd"
  },
  "keywords": [
    "amazon",
    "api",
    "aws",
    "xray",
    "x-ray",
    "x ray"
  ],
  "license": "Apache-2.0",
  "repository": "https://github.com/aws/aws-xray-sdk-node/tree/master/packages/full_sdk",
  "gitHead": "bfbc97d88f8452a288dc6396c9cc0f9cffcf45fd"
}
