Skip to main content
Module

x/sentry/package.json

The Official Sentry Deno SDK
Go to Latest
File
{ "name": "@sentry/deno", "version": "8.0.0-beta.4", "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", "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./index.d.ts", "default": "./index.mjs" } } }, "publishConfig": { "access": "public" }, "files": [ "index.mjs", "index.mjs.map", "index.d.ts" ], "dependencies": { "@sentry/core": "8.0.0-beta.4", "@sentry/types": "8.0.0-beta.4", "@sentry/utils": "8.0.0-beta.4" }, "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 } } }, "nx": { "targets": { "build:transpile": { "outputs": [ "{projectRoot}/build" ] }, "build:types": { "outputs": [ "{projectRoot}/build-types" ] } } }}