{
  "name": "@instana/serverless",
  "version": "4.10.0",
  "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"
  ],
  "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 $npm_config_watch --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": "Willian Carvalho",
      "email": "willian.carvalho@instana.com"
    },
    {
      "name": "Katharina Irrgang",
      "email": "katharina.irrgang@ibm.com"
    },
    {
      "name": "Arya Mohanan",
      "email": "arya.mohanan@ibm.com"
    }
  ],
  "bugs": {
    "url": "https://github.com/instana/nodejs/issues"
  },
  "license": "MIT",
  "dependencies": {
    "@instana/core": "4.10.0",
    "agent-base": "^6.0.2",
    "https-proxy-agent": "^7.0.2"
  },
  "gitHead": "bfdc89bc5a3a0a18acdd9f149ebc777683d2e166"
}
