UNPKG

@forklaunch/opentelemetry-instrumentation-hyper-express

Version:
66 lines 1.98 kB
{ "name": "@forklaunch/opentelemetry-instrumentation-hyper-express", "version": "0.0.5", "description": "OpenTelemetry instrumentation for `hyper-express` http web application framework", "main": "build/src/index.js", "types": "build/src/index.d.ts", "repository": "forklaunch/opentelemetry-instrumentation-hyper-express", "keywords": [ "hyper-express", "instrumentation", "nodejs", "opentelemetry", "profiling", "tracing" ], "author": "OpenTelemetry Authors", "license": "Apache-2.0", "engines": { "node": ">=14" }, "files": [ "build/src/**/*.js", "build/src/**/*.js.map", "build/src/**/*.d.ts" ], "publishConfig": { "access": "public" }, "peerDependencies": { "@opentelemetry/api": "^1.3.0" }, "devDependencies": { "@forklaunch/hyper-express-fork": "^6.17.30", "@opentelemetry/api": "^1.9.0", "@types/express": "5.0.0", "@types/mocha": "10.0.10", "@types/node": "22.13.8", "@types/sinon": "17.0.4", "depcheck": "^1.4.7", "nyc": "17.1.0", "rimraf": "6.0.1", "sinon": "19.0.2", "test-all-versions": "6.1.0", "typescript": "5.8.2" }, "dependencies": { "@opentelemetry/core": "^1.30.1", "@opentelemetry/instrumentation": "^0.57.2", "@opentelemetry/semantic-conventions": "^1.30.0", "@types/busboy": "^1.5.4" }, "homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-express#readme", "scripts": { "test-all-versions": "tav", "test": "nyc mocha 'test/**/*.test.ts'", "tdd": "yarn test -- --watch-extensions ts --watch", "clean": "rimraf build/*", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "lint:readme": "node ../../../scripts/lint-readme.js", "prewatch": "npm run precompile", "version:update": "node ../../../scripts/version-update.js", "compile": "tsc -p .", "watch": "tsc -w" } }