{
  "name": "@instana/core",
  "version": "6.2.1",
  "description": "Core library for Instana's Node.js packages",
  "main": "src/index.js",
  "files": [
    "src",
    "CHANGELOG.md",
    "iitm-loader.mjs"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "audit": "npm audit --omit=dev",
    "test": "USE_OPENTRACING_DEBUG_IMPL=true mocha --config=test/.mocharc.js --sort $(find test -iname '*test.js')",
    "test:debug": "WITH_STDOUT=true npm run test --",
    "test:ci": "mocha --config=test/.mocharc.js --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json 'test/**/*test.js'",
    "lint": "eslint src test",
    "verify": "npm run lint && npm test",
    "prettier": "prettier --write 'src/**/*.js' 'test/**/*.js'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/instana/nodejs.git"
  },
  "keywords": [
    "instana",
    "agent",
    "APM",
    "metrics",
    "monitoring",
    "performance",
    "tracing"
  ],
  "author": {
    "name": "Bastian Krol",
    "email": "bastian.krol@instana.com"
  },
  "contributors": [
    {
      "name": "Katharina Irrgang",
      "email": "katharina.irrgang@ibm.com"
    },
    {
      "name": "Arya Mohanan",
      "email": "arya.mohanan@ibm.com"
    },
    {
      "name": "Abhilash Sivan",
      "email": "abhilash.sivan@ibm.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/instana/nodejs/issues"
  },
  "homepage": "https://github.com/instana/nodejs/blob/main/packages/core/README.md",
  "dependencies": {
    "@instana/instrumentation-confluent-kafka-javascript": "1.0.0",
    "@opentelemetry/api": ">=1.3.0 <1.10.0",
    "@opentelemetry/context-async-hooks": "1.25.0",
    "@opentelemetry/core": "2.8.0",
    "@opentelemetry/instrumentation-fs": "0.37.0",
    "@opentelemetry/instrumentation-oracledb": "0.43.0",
    "@opentelemetry/instrumentation-restify": "0.63.0",
    "@opentelemetry/instrumentation-socket.io": "0.65.0",
    "@opentelemetry/instrumentation-tedious": "0.28.0",
    "@opentelemetry/sdk-trace-base": "2.8.0",
    "cls-bluebird": "^2.1.0",
    "import-in-the-middle": "2.0.5",
    "lru-cache": "^10.1.0",
    "methods": "^1.1.2",
    "opentracing": "^0.14.5",
    "read-yaml-file": "^2.1.0",
    "semver": "^7.8.1",
    "shimmer": "^1.2.1"
  },
  "overrides": {
    "debug": "^4.4.3",
    "js-yaml": "^4.2.0"
  },
  "gitHead": "a04c435d15ce5adaf86d480a2055e3a064ac7bb4"
}
