UNPKG

@opentelemetry/propagator-ot-trace

Version:

The OpenTelemetry OTTracepropagator implements the propagation format used by the "basic tracer" implementations from the OpenTracing project

56 lines (55 loc) 1.75 kB
{ "name": "@opentelemetry/propagator-ot-trace", "version": "0.29.0", "description": "The OpenTelemetry OTTracepropagator implements the propagation format used by the \"basic tracer\" implementations from the OpenTracing project", "main": "build/src/index.js", "module": "build/esm/index.js", "types": "build/src/index.d.ts", "repository": { "type": "git", "url": "https://github.com/open-telemetry/opentelemetry-js-contrib.git", "directory": "packages/propagator-ot-trace" }, "scripts": { "clean": "tsc --build --clean tsconfig.json tsconfig.esm.json", "compile": "tsc --build tsconfig.json tsconfig.esm.json", "compile:with-dependencies": "nx run-many -t compile -p @opentelemetry/propagator-ot-trace", "prepublishOnly": "npm run compile", "test": "nyc mocha test/**/*.test.ts", "test:browser": "nyc karma start --single-run", "watch": "tsc --build --watch tsconfig.json tsconfig.esm.json" }, "keywords": [ "opentelemetry", "nodejs", "tracing", "profiling", "monitoring", "opentracing", "propagator" ], "author": "OpenTelemetry Authors", "license": "Apache-2.0", "engines": { "node": "^18.19.0 || >=20.6.0" }, "files": [ "build/esm/**/*.js", "build/esm/**/*.js.map", "build/esm/**/*.d.ts", "build/src/**/*.js", "build/src/**/*.js.map", "build/src/**/*.d.ts" ], "publishConfig": { "access": "public" }, "peerDependencies": { "@opentelemetry/api": "^1.0.0" }, "devDependencies": { "@opentelemetry/api": "^1.0.0" }, "homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/propagator-ot-trace#readme", "gitHead": "66935ac724cc271f70028035e534d47a4dfbcf12" }