Rocky_Mountain_Vending/.pnpm-store/v10/files/73/fc686761f06e06c97073a39e9c2714afbe7a76244923d97f77eda357f9490261bafc5e6d34fa64a6c1393745c300c3233e4bda1c93fac47bde8ef074525a54
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

59 lines
No EOL
1.4 KiB
Text

{
"name": "@prisma/instrumentation",
"version": "6.11.1",
"description": "OpenTelemetry compliant instrumentation for Prisma Client",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
}
}
},
"license": "Apache-2.0",
"homepage": "https://www.prisma.io",
"repository": {
"type": "git",
"url": "https://github.com/prisma/prisma.git",
"directory": "packages/instrumentation"
},
"bugs": "https://github.com/prisma/prisma/issues",
"devDependencies": {
"@swc/core": "1.11.5",
"@types/jest": "29.5.14",
"@types/node": "18.19.76",
"@opentelemetry/api": "1.9.0",
"jest": "29.7.0",
"jest-junit": "16.0.0",
"typescript": "5.4.5",
"@prisma/internals": "6.11.1"
},
"dependencies": {
"@opentelemetry/instrumentation": "^0.52.0 || ^0.53.0 || ^0.54.0 || ^0.55.0 || ^0.56.0 || ^0.57.0"
},
"peerDependencies": {
"@opentelemetry/api": "^1.8"
},
"files": [
"dist"
],
"keywords": [
"prisma",
"instrumentation",
"opentelemetry",
"otel"
],
"sideEffects": false,
"scripts": {
"dev": "DEV=true tsx helpers/build.ts",
"build": "tsx helpers/build.ts",
"test": "jest"
}
}