rittenhop-dev/versions/5.94.2/node_modules/@sentry/integrations/package.json

42 lines
943 B
JSON
Raw Normal View History

2024-09-23 19:40:12 -04:00
{
"name": "@sentry/integrations",
"version": "7.119.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",
"tag": "v7"
},
"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"
]
}
},
"dependencies": {
"@sentry/core": "7.119.0",
"@sentry/types": "7.119.0",
"@sentry/utils": "7.119.0",
"localforage": "^1.8.1"
},
"devDependencies": {
"chai": "^4.1.2"
},
"sideEffects": false
}