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>
134 lines
4.4 KiB
Text
134 lines
4.4 KiB
Text
{
|
|
"name": "@sentry/node",
|
|
"version": "9.46.0",
|
|
"description": "Sentry Node SDK using OpenTelemetry for performance instrumentation",
|
|
"repository": "git://github.com/getsentry/sentry-javascript.git",
|
|
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/node",
|
|
"author": "Sentry",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"files": [
|
|
"/build"
|
|
],
|
|
"main": "build/cjs/index.js",
|
|
"module": "build/esm/index.js",
|
|
"types": "build/types/index.d.ts",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": {
|
|
"import": {
|
|
"types": "./build/types/index.d.ts",
|
|
"default": "./build/esm/index.js"
|
|
},
|
|
"require": {
|
|
"types": "./build/types/index.d.ts",
|
|
"default": "./build/cjs/index.js"
|
|
}
|
|
},
|
|
"./import": {
|
|
"import": {
|
|
"default": "./build/import-hook.mjs"
|
|
}
|
|
},
|
|
"./loader": {
|
|
"import": {
|
|
"default": "./build/loader-hook.mjs"
|
|
}
|
|
},
|
|
"./init": {
|
|
"import": {
|
|
"default": "./build/esm/init.js"
|
|
},
|
|
"require": {
|
|
"default": "./build/cjs/init.js"
|
|
}
|
|
},
|
|
"./preload": {
|
|
"import": {
|
|
"default": "./build/esm/preload.js"
|
|
},
|
|
"require": {
|
|
"default": "./build/cjs/preload.js"
|
|
}
|
|
}
|
|
},
|
|
"typesVersions": {
|
|
"<5.0": {
|
|
"build/types/index.d.ts": [
|
|
"build/types-ts3.8/index.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "v9"
|
|
},
|
|
"dependencies": {
|
|
"@opentelemetry/api": "^1.9.0",
|
|
"@opentelemetry/context-async-hooks": "^1.30.1",
|
|
"@opentelemetry/core": "^1.30.1",
|
|
"@opentelemetry/instrumentation": "^0.57.2",
|
|
"@opentelemetry/instrumentation-amqplib": "^0.46.1",
|
|
"@opentelemetry/instrumentation-connect": "0.43.1",
|
|
"@opentelemetry/instrumentation-dataloader": "0.16.1",
|
|
"@opentelemetry/instrumentation-express": "0.47.1",
|
|
"@opentelemetry/instrumentation-fs": "0.19.1",
|
|
"@opentelemetry/instrumentation-generic-pool": "0.43.1",
|
|
"@opentelemetry/instrumentation-graphql": "0.47.1",
|
|
"@opentelemetry/instrumentation-hapi": "0.45.2",
|
|
"@opentelemetry/instrumentation-http": "0.57.2",
|
|
"@opentelemetry/instrumentation-ioredis": "0.47.1",
|
|
"@opentelemetry/instrumentation-kafkajs": "0.7.1",
|
|
"@opentelemetry/instrumentation-knex": "0.44.1",
|
|
"@opentelemetry/instrumentation-koa": "0.47.1",
|
|
"@opentelemetry/instrumentation-lru-memoizer": "0.44.1",
|
|
"@opentelemetry/instrumentation-mongodb": "0.52.0",
|
|
"@opentelemetry/instrumentation-mongoose": "0.46.1",
|
|
"@opentelemetry/instrumentation-mysql": "0.45.1",
|
|
"@opentelemetry/instrumentation-mysql2": "0.45.2",
|
|
"@opentelemetry/instrumentation-pg": "0.51.1",
|
|
"@opentelemetry/instrumentation-redis-4": "0.46.1",
|
|
"@opentelemetry/instrumentation-tedious": "0.18.1",
|
|
"@opentelemetry/instrumentation-undici": "0.10.1",
|
|
"@opentelemetry/resources": "^1.30.1",
|
|
"@opentelemetry/sdk-trace-base": "^1.30.1",
|
|
"@opentelemetry/semantic-conventions": "^1.34.0",
|
|
"@prisma/instrumentation": "6.11.1",
|
|
"@sentry/core": "9.46.0",
|
|
"@sentry/node-core": "9.46.0",
|
|
"@sentry/opentelemetry": "9.46.0",
|
|
"import-in-the-middle": "^1.14.2",
|
|
"minimatch": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.19.1"
|
|
},
|
|
"scripts": {
|
|
"build": "run-p build:transpile build:types",
|
|
"build:dev": "yarn build",
|
|
"build:transpile": "rollup -c rollup.npm.config.mjs",
|
|
"build:types": "run-s build:types:core build:types:downlevel",
|
|
"build:types:core": "tsc -p tsconfig.types.json",
|
|
"build:types:downlevel": "yarn downlevel-dts build/types build/types-ts3.8 --to ts3.8",
|
|
"build:watch": "run-p build:transpile:watch build:types:watch",
|
|
"build:dev:watch": "yarn build:watch",
|
|
"build:transpile:watch": "rollup -c rollup.npm.config.mjs --watch",
|
|
"build:types:watch": "tsc -p tsconfig.types.json --watch",
|
|
"build:tarball": "npm pack",
|
|
"circularDepCheck": "madge --circular src/index.ts",
|
|
"clean": "rimraf build coverage sentry-node-*.tgz",
|
|
"fix": "eslint . --format stylish --fix",
|
|
"lint": "eslint . --format stylish",
|
|
"lint:es-compatibility": "es-check es2022 ./build/cjs/*.js && es-check es2022 ./build/esm/*.js --module",
|
|
"test": "yarn test:unit",
|
|
"test:unit": "vitest run",
|
|
"test:watch": "vitest --watch",
|
|
"yalc:publish": "yalc publish --push --sig"
|
|
},
|
|
"volta": {
|
|
"extends": "../../package.json"
|
|
},
|
|
"sideEffects": false
|
|
}
|