Next.js website for Rocky Mountain Vending company featuring: - Product catalog with Stripe integration - Service areas and parts pages - Admin dashboard with Clerk authentication - SEO optimized pages with JSON-LD structured data Co-authored-by: Cursor <cursoragent@cursor.com>
64 lines
1.9 KiB
Text
64 lines
1.9 KiB
Text
{
|
|
"name": "@opentelemetry/instrumentation-connect",
|
|
"version": "0.43.1",
|
|
"description": "OpenTelemetry instrumentation for `connect` http middleware framework",
|
|
"main": "build/src/index.js",
|
|
"types": "build/src/index.d.ts",
|
|
"repository": "open-telemetry/opentelemetry-js-contrib",
|
|
"scripts": {
|
|
"clean": "rimraf build/*",
|
|
"compile": "tsc -p .",
|
|
"lint": "eslint . --ext .ts",
|
|
"lint:fix": "eslint . --ext .ts --fix",
|
|
"lint:readme": "node ../../../scripts/lint-readme.js",
|
|
"prewatch": "npm run precompile",
|
|
"prepublishOnly": "npm run compile",
|
|
"test": "nyc mocha 'test/**/*.test.ts'",
|
|
"version:update": "node ../../../scripts/version-update.js",
|
|
"watch": "tsc -w"
|
|
},
|
|
"keywords": [
|
|
"connect",
|
|
"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": {
|
|
"@opentelemetry/api": "^1.3.0",
|
|
"@opentelemetry/context-async-hooks": "^1.8.0",
|
|
"@opentelemetry/sdk-trace-base": "^1.8.0",
|
|
"@opentelemetry/sdk-trace-node": "^1.8.0",
|
|
"@types/mocha": "7.0.2",
|
|
"@types/node": "18.18.14",
|
|
"connect": "3.7.0",
|
|
"nyc": "15.1.0",
|
|
"rimraf": "5.0.10",
|
|
"typescript": "4.4.4"
|
|
},
|
|
"dependencies": {
|
|
"@opentelemetry/core": "^1.8.0",
|
|
"@opentelemetry/instrumentation": "^0.57.1",
|
|
"@opentelemetry/semantic-conventions": "^1.27.0",
|
|
"@types/connect": "3.4.38"
|
|
},
|
|
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-connect#readme",
|
|
"gitHead": "1eb77007669bae87fe5664d68ba6533b95275d52"
|
|
}
|