UNPKG

648 BJSONView Raw
1{
2 "name": "@sentry/minimal",
3 "version": "6.19.7",
4 "description": "Sentry minimal library that can be used in other packages",
5 "repository": "git://github.com/getsentry/sentry-javascript.git",
6 "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/minimal",
7 "author": "Sentry",
8 "license": "BSD-3-Clause",
9 "engines": {
10 "node": ">=6"
11 },
12 "main": "dist/index.js",
13 "module": "esm/index.js",
14 "types": "types/index.d.ts",
15 "publishConfig": {
16 "access": "public"
17 },
18 "dependencies": {
19 "@sentry/hub": "6.19.7",
20 "@sentry/types": "6.19.7",
21 "tslib": "^1.9.3"
22 },
23 "sideEffects": false
24}
\No newline at end of file