Rocky_Mountain_Vending/.pnpm-store/v10/files/04/950a486777d19701f6b6931d1b09deb68694df2c442bb57e734d3552041e818a7b7aa1abdeb79e1bbc5dc01f34082fb0ac376de54b3b4c0963950e3e04f3fb
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
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>
2026-02-12 16:22:15 -07:00

48 lines
1.4 KiB
Text

{
"name": "@opentelemetry/redis-common",
"version": "0.36.2",
"description": "Redis utilities for redis instrumentations",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"compile": "tsc --build tsconfig.json",
"precompile": "tsc --version && lerna run version:update --scope @opentelemetry/redis-common --include-dependencies",
"prewatch": "npm run precompile",
"prepublishOnly": "npm run compile",
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",
"watch": "tsc -w"
},
"repository": "open-telemetry/opentelemetry-js-contrib",
"keywords": [
"opentelemetry",
"redis-common"
],
"files": [
"build/**/*.js",
"build/**/*.js.map",
"build/**/*.d.ts"
],
"author": "OpenTelemetry Authors",
"license": "Apache-2.0",
"engines": {
"node": ">=14"
},
"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": "^9.1.1",
"@types/node": "18.6.5",
"mocha": "7.2.0",
"nyc": "15.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
"gitHead": "96a87b48934f0afcf1fe637eed6704f35bd8e973"
}