{
  "name": "@instana/opentelemetry-exporter",
  "version": "6.1.1",
  "description": "OpenTelemetry Instana Exporter",
  "keywords": [
    "opentelemetry",
    "exporter",
    "nodejs",
    "tracing"
  ],
  "author": "Katharina Irrgang <katharina.irrgang@ibm.com>",
  "homepage": "https://github.com/instana/nodejs/blob/main/packages/opentelemetry-exporter/README.md",
  "license": "MIT",
  "main": "src/index.js",
  "directories": {
    "lib": "src",
    "test": "test"
  },
  "files": [
    "src",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=18.19.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/instana/nodejs.git"
  },
  "scripts": {
    "audit": "npm audit --omit=dev",
    "start": "node test/app.js",
    "debug": "node --inspect-brk test/app.js",
    "test": "WITH_STDOUT=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'"
  },
  "bugs": {
    "url": "https://github.com/instana/nodejs/issues"
  },
  "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"
    }
  ],
  "dependencies": {
    "@instana/serverless": "6.1.1",
    "@opentelemetry/api": "1.9.1",
    "@opentelemetry/core": "2.7.1"
  },
  "devDependencies": {
    "@opentelemetry/auto-instrumentations-node": "^0.67.3",
    "@opentelemetry/resources": "^2.3.0",
    "@opentelemetry/sdk-node": "^0.209.0",
    "@opentelemetry/sdk-trace-base": "^2.3.0",
    "@opentelemetry/semantic-conventions": "^1.38.0"
  },
  "gitHead": "5eea6ea9e1c5e931b5f5d67a788e78bf1540ee6f"
}
