| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "name": "@vendure/telemetry-plugin",
- "version": "3.3.6",
- "description": "Telemetry for Vendure",
- "repository": {
- "type": "git",
- "url": "https://github.com/vendure-ecommerce/vendure/"
- },
- "homepage": "https://www.vendure.io",
- "funding": "https://github.com/sponsors/michaelbromley",
- "private": false,
- "license": "GPL-3.0-or-later",
- "type": "commonjs",
- "scripts": {
- "build": "rimraf dist && tsc -p ./tsconfig.build.json",
- "watch": "tsc -p ./tsconfig.build.json --watch"
- },
- "publishConfig": {
- "access": "public"
- },
- "main": "dist/index.js",
- "types": "dist/index.d.ts",
- "files": [
- "dist/**/*"
- ],
- "exports": {
- ".": {
- "types": "./dist/index.d.ts",
- "default": "./dist/index.js"
- },
- "./preload": {
- "types": "./dist/instrumentation.d.ts",
- "default": "./dist/instrumentation.js"
- }
- },
- "dependencies": {
- "@opentelemetry/api": "^1.9.0",
- "@opentelemetry/auto-instrumentations-node": "^0.58.0",
- "@opentelemetry/context-async-hooks": "^2.0.0",
- "@opentelemetry/exporter-logs-otlp-proto": "^0.200.0",
- "@opentelemetry/exporter-trace-otlp-http": "^0.200.0",
- "@opentelemetry/resources": "^2.0.0",
- "@opentelemetry/sdk-logs": "^0.200.0",
- "@opentelemetry/sdk-node": "^0.200.0",
- "javascript-stringify": "^2.1.0"
- },
- "devDependencies": {
- "@vendure/common": "3.3.6",
- "@vendure/core": "3.3.6",
- "typescript": "5.8.2"
- }
- }
|