Rocky_Mountain_Vending/.pnpm-store/v10/files/eb/1b787277acb1753bda57b2ee45d7bef59b5376e49b01c7ce3df1e4bbb327b1fb5c82118e4cb6ceb2d87938e1b850071bd46800a52f70e71e00734768e469af
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

56 lines
1.6 KiB
Text

{
"name": "@opentelemetry/sql-common",
"version": "0.40.1",
"description": "Utilities for SQL 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/sql-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",
"contrib",
"sql"
],
"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/sql-common#readme",
"peerDependencies": {
"@opentelemetry/api": "^1.1.0"
},
"dependencies": {
"@opentelemetry/core": "^1.1.0"
},
"devDependencies": {
"@opentelemetry/api": "^1.1.0",
"@types/mocha": "^7.0.2",
"@types/node": "18.6.5",
"mocha": "7.2.0",
"nyc": "15.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
"gitHead": "96a87b48934f0afcf1fe637eed6704f35bd8e973"
}