{
  "name": "@instana/serverless",
  "version": "6.1.1",
  "description": "Internal utility package for serverless Node.js tracing and monitoring with Instana",
  "author": {
    "name": "Bastian Krol",
    "email": "bastian.krol@instana.com"
  },
  "homepage": "https://github.com/instana/nodejs/blob/main/packages/serverless/README.md",
  "main": "src/index.js",
  "files": [
    "src",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=18.19.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "directories": {
    "lib": "src",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/instana/nodejs.git"
  },
  "scripts": {
    "audit": "npm audit --omit=dev",
    "node_modules:exists": "mkdir -p node_modules",
    "test": "mocha --config=test/.mocharc.js --sort $(find test -iname '*test.js')",
    "test:ci": "mocha --config=test/.mocharc.js --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json 'test/**/*test.js'",
    "test:debug": "WITH_STDOUT=true npm run test --",
    "lint": "eslint src test",
    "verify": "npm run lint && npm test",
    "prettier": "prettier --write 'src/**/*.js' 'test/**/*.js'"
  },
  "keywords": [
    "distributed-tracing",
    "lambda",
    "faas",
    "instana",
    "memory",
    "metrics",
    "monitoring",
    "opentracing",
    "performance",
    "serverless",
    "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"
  },
  "license": "MIT",
  "dependencies": {
    "https-proxy-agent": "^7.0.6"
  },
  "overrides": {
    "debug": "^4.4.3"
  },
  "gitHead": "5eea6ea9e1c5e931b5f5d67a788e78bf1540ee6f"
}
