{
  "name": "@monocle.sh/otel-utils",
  "version": "1.3.0",
  "description": "Shared OpenTelemetry utilities for Monocle packages",
  "keywords": [
    "error-reporting",
    "monocle",
    "opentelemetry",
    "otel",
    "tracing"
  ],
  "homepage": "https://github.com/monocle-sh/js/tree/main/packages/otel-utils",
  "license": "ISC",
  "author": "Julien Ripouteau <julien@ripouteau.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/monocle-sh/js.git",
    "directory": "packages/otel-utils"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": "./dist/index.mjs",
    "./gen-ai": "./dist/gen-ai.mjs",
    "./sampling": "./dist/sampling.mjs",
    "./types/sampling": "./dist/types/sampling.mjs",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  },
  "dependencies": {
    "@opentelemetry/api": "^1.9.1",
    "@opentelemetry/api-logs": "^0.216.0",
    "@opentelemetry/auto-instrumentations-node": "^0.74.0",
    "@opentelemetry/instrumentation": "^0.216.0",
    "@opentelemetry/sdk-trace-base": "^2.7.1",
    "error-stack-parser-es": "^1.0.5"
  },
  "devDependencies": {
    "@adonisjs/tsconfig": "^2.0.0",
    "@japa/assert": "^4.2.0",
    "@japa/file-system": "^3.0.0",
    "@japa/runner": "^5.3.0",
    "@poppinss/ts-exec": "^1.4.4",
    "tsdown": "^0.21.10"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown",
    "typecheck": "tsgo --noEmit",
    "test": "node --import @poppinss/ts-exec bin/test.ts"
  }
}