UNPKG

1.3 kBJSONView Raw
1{
2 "name": "@sentry/browser",
3 "version": "6.19.7",
4 "description": "Official Sentry SDK for browsers",
5 "repository": "git://github.com/getsentry/sentry-javascript.git",
6 "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/browser",
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/core": "6.19.7",
20 "@sentry/types": "6.19.7",
21 "@sentry/utils": "6.19.7",
22 "tslib": "^1.9.3"
23 },
24 "devDependencies": {
25 "@types/md5": "2.1.33",
26 "btoa": "^1.2.1",
27 "chai": "^4.1.2",
28 "chokidar": "^3.0.2",
29 "jsdom": "^15.0.0",
30 "karma": "^6.3.16",
31 "karma-chai": "^0.1.0",
32 "karma-chrome-launcher": "^2.2.0",
33 "karma-firefox-launcher": "^2.1.2",
34 "karma-mocha": "^1.3.0",
35 "karma-mocha-reporter": "^2.2.5",
36 "karma-rollup-preprocessor": "^7.0.0",
37 "karma-sinon": "^1.0.5",
38 "karma-typescript": "^4.0.0",
39 "karma-typescript-es6-transform": "^4.0.0",
40 "karma-webkit-launcher": "^1.0.2",
41 "node-fetch": "^2.6.0",
42 "playwright": "^1.17.1",
43 "sinon": "^7.3.2",
44 "webpack": "^4.30.0"
45 },
46 "sideEffects": false
47}
\No newline at end of file