{
  "name": "@lensmcp/node-instrumentation",
  "version": "1.22.5",
  "main": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./register": {
      "types": "./register.d.ts",
      "default": "./register.js"
    }
  },
  "dependencies": {
    "@lensmcp/core": "1.22.5",
    "@lensmcp/nest-instrumentation": "1.22.5",
    "@lensmcp/protocol-types": "1.22.5",
    "tslib": "^2.3.0"
  },
  "optionalDependencies": {
    "@nestjs/common": ">=10.0.0 <12.0.0",
    "bullmq": "^5.0.0"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/kiwiapps-ltd/lensmcp#readme",
  "bugs": {
    "url": "https://github.com/kiwiapps-ltd/lensmcp/issues"
  },
  "engines": {
    "node": ">=20.19"
  },
  "publishConfig": {
    "access": "public"
  },
  "description": "Zero-touch Node.js runtime instrumentation for LensMCP — fs/network/exec/db/redis/queue taps + NestJS auto-graft, injected by the runner, never imported by host source.",
  "keywords": [
    "lensmcp",
    "observability",
    "instrumentation",
    "zero-touch",
    "nestjs",
    "tracing"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kiwiapps-ltd/lensmcp.git",
    "directory": "libs/node-instrumentation"
  }
}
