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

41 lines
902 B
JSON
Raw Normal View History

2024-09-23 19:40:12 -04:00
{
"name": "@sentry/utils",
"version": "7.119.0",
"description": "Utilities for all Sentry JavaScript SDKs",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/utils",
"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": "v7"
},
"dependencies": {
"@sentry/types": "7.119.0"
},
"devDependencies": {
"@types/array.prototype.flat": "^1.2.1",
"array.prototype.flat": "^1.3.0",
"chai": "^4.1.2"
},
"sideEffects": false
}