UNPKG

opentelemetry-propagation-utils

Version:
46 lines (45 loc) 1.19 kB
{ "name": "opentelemetry-propagation-utils", "version": "0.27.0", "description": "open telemetry propagation utils", "keywords": [ "propagation", "opentelemetry" ], "author": { "name": "Aspecto", "email": "support@aspecto.io", "url": "https://aspecto.io" }, "homepage": "https://github.com/aspecto-io/opentelemetry-ext-js", "license": "Apache-2.0", "main": "dist/src/index.js", "files": [ "dist/**/*.js", "dist/**/*.js.map", "dist/**/*.d.ts", "LICENSE", "README.md" ], "repository": { "type": "git", "url": "https://github.com/aspecto-io/opentelemetry-ext-js.git" }, "scripts": { "build": "tsc", "prepare": "yarn build", "watch": "tsc -w" }, "bugs": { "url": "https://github.com/aspecto-io/opentelemetry-ext-js/issues" }, "devDependencies": { "@opentelemetry/api": "^1.8.0", "@types/node": "^14.14.8", "typescript": "5.4.5" }, "peerDependencies": { "@opentelemetry/api": "^1.8.0" }, "gitHead": "6fd75bf4b1355485542c31e4f9322d70af8fe27d" }