UNPKG

720 BJSONView Raw
1{
2 "name": "@sentry/utils",
3 "version": "7.23.0",
4 "description": "Utilities for all Sentry JavaScript SDKs",
5 "repository": "git://github.com/getsentry/sentry-javascript.git",
6 "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/utils",
7 "author": "Sentry",
8 "license": "MIT",
9 "engines": {
10 "node": ">=8"
11 },
12 "main": "cjs/index.js",
13 "module": "esm/index.js",
14 "types": "types/index.d.ts",
15 "publishConfig": {
16 "access": "public"
17 },
18 "dependencies": {
19 "@sentry/types": "7.23.0",
20 "tslib": "^1.9.3"
21 },
22 "devDependencies": {
23 "@types/array.prototype.flat": "^1.2.1",
24 "array.prototype.flat": "^1.3.0",
25 "chai": "^4.1.2"
26 },
27 "sideEffects": false
28}
\No newline at end of file