{
  "name": "@instana/collector",
  "version": "6.3.0",
  "description": "The Instana Node.js metrics and trace data collector",
  "author": {
    "name": "Ben Ripkens",
    "email": "ben@instana.com"
  },
  "homepage": "https://github.com/instana/nodejs/blob/main/packages/collector/README.md",
  "license": "MIT",
  "main": "src/index.js",
  "types": "src/types/index.d.ts",
  "bin": {
    "instana-instrument-edgemicro-cli": "src/bin/instrument-edgemicro-cli.js"
  },
  "files": [
    "src",
    "CHANGELOG.md",
    "esm-loader.mjs",
    "esm-register.mjs"
  ],
  "publishConfig": {
    "access": "public"
  },
  "directories": {
    "lib": "src",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/instana/nodejs.git"
  },
  "engines": {
    "node": ">=18.19.0"
  },
  "scripts": {
    "audit": "npm audit --omit=dev",
    "test": "USE_OPENTRACING_DEBUG_IMPL=true mocha --config=test/.mocharc.js --require test/hooks.js --sort $(find test -iname '*.test.js' -not -path '*/_v*/*')",
    "test:debug": "WITH_STDOUT=true npm run test --",
    "test:debug:files": "WITH_STDOUT=true USE_OPENTRACING_DEBUG_IMPL=true mocha --config=test/.mocharc.js --require test/hooks.js --sort",
    "test:ci": "mocha --config=test/.mocharc.js --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json --require test/hooks.js $TEST_FILES",
    "test:ci:long-running": "mocha --config=test/.mocharc.js --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json --require test/hooks.js 'test/integration/misc/long_*/**/*.test.js'",
    "lint": "eslint src test",
    "verify": "npm run lint && npm test",
    "agent-stub": "AGENT_PORT=3210 node test/apps/agentStub.js",
    "prettier": "prettier --write 'src/**/*.js' 'test/**/*.js'"
  },
  "keywords": [
    "instana",
    "agent",
    "collector",
    "monitoring",
    "tracing"
  ],
  "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"
    }
  ],
  "bugs": {
    "url": "https://github.com/instana/nodejs/issues"
  },
  "dependencies": {
    "@instana/core": "6.3.0",
    "@instana/shared-metrics": "6.3.0",
    "pino": "^9.13.0",
    "semver": "^7.8.5",
    "serialize-error": "^8.1.0"
  },
  "optionalDependencies": {
    "@instana/autoprofile": "6.3.0"
  },
  "gitHead": "340ffdb623f2d91f696e0530439290dfdcf412e6"
}
