@sentry/integrations
Version:
Pluggable integrations that can be used to enhance JS SDKs
28 lines • 729 B
JSON
{
"name": "@sentry/integrations",
"version": "7.22.0",
"description": "Pluggable integrations that can be used to enhance JS SDKs",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/integrations",
"author": "Sentry",
"license": "MIT",
"engines": {
"node": ">=8"
},
"publishConfig": {
"access": "public"
},
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "types/index.d.ts",
"dependencies": {
"@sentry/types": "7.22.0",
"@sentry/utils": "7.22.0",
"localforage": "^1.8.1",
"tslib": "^1.9.3"
},
"devDependencies": {
"chai": "^4.1.2"
},
"sideEffects": false
}