@opencensus/propagation-stackdriver
Version:
Opencensus propagation package for Stackdriver format.
51 lines (50 loc) • 1.22 kB
JSON
{
"name": "@opencensus/propagation-stackdriver",
"version": "0.1.0",
"description": "Opencensus propagation package for Stackdriver format.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": "census-instrumentation/opencensus-node",
"scripts": {
"test": "nyc ts-mocha -p ./tsconfig.json test/**/*.ts",
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json",
"check": "gts check",
"clean": "gts clean",
"compile": "tsc -p .",
"fix": "gts fix",
"prepare": "npm run compile",
"posttest": "npm run check"
},
"keywords": [
"opencensus",
"nodejs",
"tracing",
"profiling",
"stackdriver",
"trace"
],
"author": "OpenCensus Authors",
"license": "Apache-2.0",
"devDependencies": {
"@types/mocha": "8.2.3",
"@types/node": "10.17.60",
"@types/uuid": "7.0.5",
"codecov": "3.8.3",
"gts": "1.1.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"ts-mocha": "8.0.0",
"typescript": "3.9.10"
},
"dependencies": {
"@opencensus/core": "^0.1.0",
"hex2dec": "^1.0.1",
"uuid": "^8.0.0"
},
"files": [
"build/src"
],
"publishConfig": {
"access": "public"
}
}