UNPKG

@sentry/core

Version:
49 lines 1.07 kB
{ "name": "@sentry/core", "version": "8.5.0", "description": "Base implementation for all Sentry JavaScript SDKs", "repository": "git://github.com/getsentry/sentry-javascript.git", "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/core", "author": "Sentry", "license": "MIT", "engines": { "node": ">=14.18" }, "files": [ "cjs", "esm", "types", "types-ts3.8" ], "main": "cjs/index.js", "module": "esm/index.js", "types": "types/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./types/index.d.ts", "default": "./esm/index.js" }, "require": { "types": "./types/index.d.ts", "default": "./cjs/index.js" } } }, "typesVersions": { "<4.9": { "types/index.d.ts": [ "types-ts3.8/index.d.ts" ] } }, "publishConfig": { "access": "public" }, "dependencies": { "@sentry/types": "8.5.0", "@sentry/utils": "8.5.0" }, "sideEffects": false }