@instana/core
Version:
Core library for Instana's Node.js packages
85 lines (84 loc) • 2.45 kB
JSON
{
"name": "@instana/core",
"version": "5.2.2",
"description": "Core library for Instana's Node.js packages",
"main": "src/index.js",
"files": [
"src",
"CHANGELOG.md",
"iitm-loader.mjs"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"audit": "npm audit --omit=dev",
"test": "USE_OPENTRACING_DEBUG_IMPL=true mocha --config=test/.mocharc.js --sort $(find test -iname '*test.js')",
"test:debug": "WITH_STDOUT=true npm run test --",
"test:ci": "mocha --config=test/.mocharc.js --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json 'test/**/*test.js'",
"lint": "eslint src test",
"verify": "npm run lint && npm test",
"prettier": "prettier --write 'src/**/*.js' 'test/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/instana/nodejs.git"
},
"keywords": [
"instana",
"agent",
"APM",
"metrics",
"monitoring",
"performance",
"tracing"
],
"author": {
"name": "Bastian Krol",
"email": "bastian.krol@instana.com"
},
"contributors": [
{
"name": "Katharina Irrgang",
"email": "katharina.irrgang@ibm.com"
},
{
"name": "Arya Mohanan",
"email": "arya.mohanan@ibm.com"
},
{
"name": "Abhilash Sivan",
"email": "abhilash.sivan@ibm.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/instana/nodejs/issues"
},
"homepage": "https://github.com/instana/nodejs/blob/main/packages/core/README.md",
"dependencies": {
"@instana/instrumentation-confluent-kafka-javascript": "1.0.0",
"@opentelemetry/api": ">=1.3.0 <1.10.0",
"@opentelemetry/context-async-hooks": "1.25.0",
"@opentelemetry/core": "2.3.0",
"@opentelemetry/instrumentation-fs": "0.28.0",
"@opentelemetry/instrumentation-oracledb": "0.36.0",
"@opentelemetry/instrumentation-restify": "0.56.0",
"@opentelemetry/instrumentation-socket.io": "0.55.1",
"@opentelemetry/instrumentation-tedious": "0.28.0",
"@opentelemetry/sdk-trace-base": "2.3.0",
"cls-bluebird": "^2.1.0",
"import-in-the-middle": "2.0.5",
"lru-cache": "^10.1.0",
"methods": "^1.1.2",
"opentracing": "^0.14.5",
"read-yaml-file": "^2.1.0",
"semver": "^7.7.3",
"shimmer": "^1.2.1"
},
"overrides": {
"debug": "^4.4.3",
"js-yaml": "^4.1.1"
},
"gitHead": "365c692381f939bd1b82d4b2c493e67fc6dfe7c1"
}