@sentry/minimal
Version:
Sentry minimal library that can be used in other packages
24 lines • 648 B
JSON
{
"name": "@sentry/minimal",
"version": "6.19.7",
"description": "Sentry minimal library that can be used in other packages",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/minimal",
"author": "Sentry",
"license": "BSD-3-Clause",
"engines": {
"node": ">=6"
},
"main": "dist/index.js",
"module": "esm/index.js",
"types": "types/index.d.ts",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@sentry/hub": "6.19.7",
"@sentry/types": "6.19.7",
"tslib": "^1.9.3"
},
"sideEffects": false
}