@sentry/hub
Version:
Sentry hub which handles global state managment.
38 lines • 841 B
JSON
{
"name": "@sentry/hub",
"version": "7.120.4",
"description": "Sentry hub which handles global state managment.",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/hub",
"author": "Sentry",
"license": "MIT",
"engines": {
"node": ">=8"
},
"files": [
"cjs",
"esm",
"types",
"types-ts3.8"
],
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "types/index.d.ts",
"typesVersions": {
"<4.9": {
"types/index.d.ts": [
"types-ts3.8/index.d.ts"
]
}
},
"publishConfig": {
"access": "public",
"tag": "latest"
},
"dependencies": {
"@sentry/core": "7.120.4",
"@sentry/types": "7.120.4",
"@sentry/utils": "7.120.4"
},
"sideEffects": false
}