-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 945 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@sentry/deno",
"version": "7.120.0",
"description": "Official Sentry SDK for Deno",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/deno",
"author": "Sentry",
"license": "MIT",
"module": "index.mjs",
"types": "index.d.ts",
"publishConfig": {
"access": "public",
"tag": "v7"
},
"files": [
"index.mjs",
"index.mjs.map",
"index.d.ts"
],
"dependencies": {
"@sentry/browser": "7.120.0",
"@sentry/core": "7.120.0",
"@sentry/integrations": "7.120.0",
"@sentry/types": "7.120.0",
"@sentry/utils": "7.120.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.5",
"@types/node": "20.8.2",
"rollup-plugin-dts": "^6.1.0"
},
"sideEffects": false,
"madge": {
"detectiveOptions": {
"ts": {
"skipTypeImports": true
}
}
}
}