UNPKG

719 BJSONView Raw
1{
2 "name": "@sentry/core",
3 "version": "7.82.0",
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 "typesVersions": {
16 "<4.9": {
17 "types/index.d.ts": [
18 "types-ts3.8/index.d.ts"
19 ]
20 }
21 },
22 "publishConfig": {
23 "access": "public"
24 },
25 "dependencies": {
26 "@sentry/types": "7.82.0",
27 "@sentry/utils": "7.82.0"
28 },
29 "sideEffects": false
30}
\No newline at end of file