Skip to main content
Module

x/sentry/package.json

The Official Sentry Deno SDK
Go to Latest
File
{ "name": "@sentry/deno", "version": "7.82.0", "description": "Official Sentry SDK for Deno", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/deno", "author": "Sentry", "license": "MIT", "module": "index.mjs", "types": "index.d.ts", "publishConfig": { "access": "public" }, "files": [ "index.mjs", "index.mjs.map", "index.d.ts" ], "dependencies": { "@sentry/browser": "7.82.0", "@sentry/core": "7.82.0", "@sentry/types": "7.82.0", "@sentry/utils": "7.82.0" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", "@types/node": "20.8.2", "rollup-plugin-dts": "^6.1.0" }, "sideEffects": false, "madge": { "detectiveOptions": { "ts": { "skipTypeImports": true } } }}