59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "@opentelemetry/context-async-hooks",
|
|
"version": "0.21.0",
|
|
"description": "OpenTelemetry AsyncHooks-based Context Manager",
|
|
"main": "build/src/index.js",
|
|
"types": "build/src/index.d.ts",
|
|
"repository": "open-telemetry/opentelemetry-js",
|
|
"scripts": {
|
|
"compile": "tsc --build",
|
|
"clean": "tsc --build --clean",
|
|
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",
|
|
"tdd": "npm run test -- --watch-extensions ts --watch",
|
|
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",
|
|
"lint": "eslint . --ext .ts",
|
|
"lint:fix": "eslint . --ext .ts --fix",
|
|
"version": "node ../../scripts/version-update.js"
|
|
},
|
|
"keywords": [
|
|
"opentelemetry",
|
|
"nodejs",
|
|
"tracing",
|
|
"profiling",
|
|
"metrics",
|
|
"stats"
|
|
],
|
|
"author": "OpenTelemetry Authors",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=8.1.0"
|
|
},
|
|
"files": [
|
|
"build/src/**/*.js",
|
|
"build/src/**/*.js.map",
|
|
"build/src/**/*.d.ts",
|
|
"doc",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@opentelemetry/api": "^0.21.0",
|
|
"@types/mocha": "8.2.2",
|
|
"@types/node": "14.14.43",
|
|
"@types/shimmer": "1.0.1",
|
|
"codecov": "^3.8.2",
|
|
"mocha": "7.2.0",
|
|
"nyc": "15.1.0",
|
|
"rimraf": "3.0.2",
|
|
"ts-mocha": "8.0.0",
|
|
"ts-node": "9.1.1",
|
|
"typescript": "4.3.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^0.21.0"
|
|
}
|
|
}
|