{ "name": "@vendure/sentry-plugin", "version": "3.5.0", "license": "GPL-3.0-or-later", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./instrument": { "types": "./dist/instrument.d.ts", "default": "./dist/instrument.js" } }, "repository": { "type": "git", "url": "https://github.com/vendure-ecommerce/vendure" }, "scripts": { "watch": "tsc -p ./tsconfig.build.json --watch", "build": "rimraf lib && tsc -p ./tsconfig.build.json", "lint": "eslint --fix ." }, "homepage": "https://www.vendure.io", "funding": "https://github.com/sponsors/michaelbromley", "publishConfig": { "access": "public" }, "devDependencies": { "@vendure/common": "3.5.0", "@vendure/core": "3.5.0" }, "dependencies": { "@sentry/nestjs": "^10.2.0", "@sentry/profiling-node": "^10.2.0" } }