{
  "name": "aws-xray-sdk-core",
  "version": "3.4.1",
  "description": "AWS X-Ray SDK for Javascript",
  "author": "Amazon Web Services",
  "contributors": [
    "Sandra McMullen <mcmuls@amazon.com>",
    "William Armiros <armiros@amazon.com>",
    "Moritz Onken <onken@netcubed.de>"
  ],
  "files": [
    "dist/lib/**/*",
    "LICENSE",
    "README.md"
  ],
  "main": "dist/lib/index.js",
  "types": "dist/lib/index.d.ts",
  "engines": {
    "node": ">= 14.x"
  },
  "directories": {
    "test": "test"
  },
  "//": "@types/cls-hooked is exposed in API so must be in dependencies, not devDependencies",
  "dependencies": {
    "@aws-sdk/service-error-classification": "^3.4.1",
    "@aws-sdk/types": "^3.4.1",
    "@types/cls-hooked": "^4.3.3",
    "atomic-batcher": "^1.0.2",
    "cls-hooked": "^4.2.2",
    "semver": "^5.3.0"
  },
  "scripts": {
    "prepare": "npm run compile",
    "compile": "tsc && npm run copy-lib && npm run copy-test",
    "copy-lib": "find lib -type f \\( -name '*.d.ts' -o -name '*.json' \\) | xargs -I % ../../scripts/cp-with-structure.sh % dist",
    "copy-test": "find test -name '*.json' | xargs -I % ../../scripts/cp-with-structure.sh % dist",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "npm run compile && mocha --recursive ./dist/test/ -R spec && tsd && mocha --recursive ./dist/test_async/ -R spec",
    "test-d": "tsd",
    "test-async": "npm run compile && mocha --recursive ./dist/test_async/ -R spec",
    "clean": "rm -rf dist && rm -rf node_modules",
    "testcov": "nyc npm run test",
    "reportcov": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
  },
  "keywords": [
    "amazon",
    "api",
    "aws",
    "core",
    "xray",
    "x-ray",
    "x ray"
  ],
  "license": "Apache-2.0",
  "repository": "https://github.com/aws/aws-xray-sdk-node/tree/master/packages/core",
  "gitHead": "866f8240fa3120a4b5d933227f922507647c5944"
}
