{
  "name": "@instana/opentelemetry-exporter",
  "version": "4.15.3",
  "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.0.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": "4.15.3",
    "@opentelemetry/api": "1.4.1",
    "@opentelemetry/core": "1.17.1"
  },
  "devDependencies": {
    "@instana/core": "4.15.3",
    "@opentelemetry/auto-instrumentations-node": "0.40.2",
    "@opentelemetry/resources": "1.14.0",
    "@opentelemetry/sdk-node": "0.49.1",
    "@opentelemetry/sdk-trace-base": "^1.19.0",
    "@opentelemetry/semantic-conventions": "1.21.0",
    "chai": "*",
    "chai-spies": "1.0.0"
  },
  "gitHead": "685754cd235e609fc6e9ca50b70c04db69d6e069"
}
