Files
klz-cables.com/.pnpm-store/v10/files/f4/d9a5f8ff546dd46bbeb44deeaf909f4d04102218d82cc4ec86676b885549efdee1b9691c442547361312e672631ede0d5f61002bf8c44c36988e52558b55fc
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

50 lines
1.4 KiB
Plaintext

{
"name": "@opentelemetry/redis-common",
"version": "0.38.2",
"description": "Redis utilities for redis instrumentations",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"compile": "tsc --build tsconfig.json",
"compile:with-dependencies": "nx run-many -t compile -p @opentelemetry/redis-common",
"lint": "eslint . --ext=ts,js,mjs",
"lint:fix": "eslint . --ext=ts,js,mjs --fix",
"prepublishOnly": "npm run compile",
"test": "nyc mocha 'test/**/*.test.ts'",
"watch": "tsc -w"
},
"repository": {
"type": "git",
"url": "https://github.com/open-telemetry/opentelemetry-js-contrib.git",
"directory": "packages/redis-common"
},
"keywords": [
"opentelemetry",
"redis-common"
],
"files": [
"build/**/*.js",
"build/**/*.js.map",
"build/**/*.d.ts"
],
"author": "OpenTelemetry Authors",
"license": "Apache-2.0",
"engines": {
"node": "^18.19.0 || >=20.6.0"
},
"bugs": {
"url": "https://github.com/open-telemetry/opentelemetry-js-contrib/issues"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/redis-common#readme",
"devDependencies": {
"@types/mocha": "^10.0.0",
"@types/node": "18.18.14",
"nyc": "17.1.0",
"typescript": "5.0.4"
},
"gitHead": "5a5918fd4f9f16b14c9ef4d3de08ab98c20e5b46"
}