{
  "name": "@pristine-ts/aws-xray",
  "version": "4.0.7",
  "description": "",
  "module": "dist/lib/esm/aws-xray.module.js",
  "main": "dist/lib/cjs/aws-xray.module.js",
  "types": "dist/types/aws-xray.module.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json",
    "prepublish": "npm run build",
    "test": "jest",
    "test:cov": "jest --coverage"
  },
  "files": [
    "dist"
  ],
  "author": "",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@pristine-ts/common": "^4.0.7",
    "@pristine-ts/logging": "^4.0.7",
    "@pristine-ts/telemetry": "^4.0.7",
    "aws-xray-sdk": "^3.5.3"
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "ts-jest"
    },
    "globals": {
      "ts-jest": {
        "tsconfig": {
          "strictNullChecks": false
        }
      }
    },
    "testEnvironment": "node",
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/test/"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 90,
        "functions": 95,
        "lines": 95,
        "statements": 95
      }
    },
    "collectCoverageFrom": [
      "src/*.{js,ts}"
    ]
  },
  "gitHead": "cc558c3c26e5095cc81e3eebdbe1467686839a14",
  "repository": {
    "type": "git",
    "url": "https://github.com/magieno/pristine-ts.git",
    "directory": "packages/aws-xray"
  }
}
