UNPKG

@opentelemetry/instrumentation-runtime-node

Version:
61 lines (60 loc) 1.81 kB
{ "name": "@opentelemetry/instrumentation-runtime-node", "version": "0.20.0", "description": "OpenTelemetry instrumentation for Node.js Performance measurement API", "main": "build/src/index.js", "types": "build/src/index.d.ts", "repository": { "type": "git", "url": "https://github.com/open-telemetry/opentelemetry-js-contrib.git", "directory": "packages/instrumentation-runtime-node" }, "homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-runtime-node#readme", "scripts": { "clean": "rimraf build/*", "compile": "tsc -p .", "compile:with-dependencies": "nx run-many -t compile -p @opentelemetry/instrumentation-runtime-node", "lint": "eslint . --ext=ts,js,mjs", "lint:fix": "eslint . --ext=ts,js,mjs --fix", "prepublishOnly": "npm run compile", "test": "nyc --no-clean mocha 'test/**/*.test.ts'", "version:update": "node ../../scripts/version-update.js" }, "author": "OpenTelemetry Authors", "license": "Apache-2.0", "engines": { "node": "^18.19.0 || >=20.6.0" }, "keywords": [ "perf_hooks", "instrumentation", "nodejs", "opentelemetry" ], "files": [ "build/src/**/*.js", "build/src/**/*.js.map", "build/src/**/*.d.ts", "LICENSE", "README.md" ], "publishConfig": { "access": "public" }, "dependencies": { "@opentelemetry/instrumentation": "^0.206.0" }, "devDependencies": { "@opentelemetry/api": "^1.3.0", "@opentelemetry/sdk-metrics": "^2.0.0", "@types/mocha": "^10.0.6", "@types/node": "18.18.14", "nyc": "^17.0.0", "rimraf": "5.0.10", "typescript": "5.0.4" }, "peerDependencies": { "@opentelemetry/api": "^1.3.0" }, "gitHead": "333e026413f082f90859bb778abf7519fbffa940" }