1 | {
|
2 | "name": "@sentry/core",
|
3 | "version": "7.44.2",
|
4 | "description": "Base implementation for all Sentry JavaScript SDKs",
|
5 | "repository": "git://github.com/getsentry/sentry-javascript.git",
|
6 | "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/core",
|
7 | "author": "Sentry",
|
8 | "license": "MIT",
|
9 | "engines": {
|
10 | "node": ">=8"
|
11 | },
|
12 | "main": "cjs/index.js",
|
13 | "module": "esm/index.js",
|
14 | "types": "types/index.d.ts",
|
15 | "publishConfig": {
|
16 | "access": "public"
|
17 | },
|
18 | "dependencies": {
|
19 | "@sentry/types": "7.44.2",
|
20 | "@sentry/utils": "7.44.2",
|
21 | "tslib": "^1.9.3"
|
22 | },
|
23 | "sideEffects": false
|
24 | } |
\ | No newline at end of file |