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>
59 lines
No EOL
1.4 KiB
Text
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"
|
|
}
|
|
} |