42 lines
943 B
JSON
42 lines
943 B
JSON
{
|
|
"name": "@sentry/integrations",
|
|
"version": "7.117.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.117.0",
|
|
"@sentry/types": "7.117.0",
|
|
"@sentry/utils": "7.117.0",
|
|
"localforage": "^1.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.1.2"
|
|
},
|
|
"sideEffects": false
|
|
} |