-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 699 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 699 Bytes
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
{
"name": "@sentry-internal/bundler-tests",
"version": "10.39.0",
"description": "Bundler tests for Sentry Browser SDK",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/bundler-tests",
"author": "Sentry",
"license": "MIT",
"private": true,
"main": "./index.mjs",
"scripts": {
"test": "vitest run"
},
"dependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@sentry/browser": "10.39.0",
"rollup": "^4.0.0",
"vite": "^5.0.0",
"vitest": "^3.2.4",
"webpack": "^5.0.0"
},
"volta": {
"extends": "../../package.json"
},
"type": "module"
}