-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 709 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 709 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
{
"name": "@sentry-internal/bundle-analyzer-scenarios",
"version": "10.39.0",
"description": "Scenarios to test bundle analysis with",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/dev-packages/bundle-analyzer-scenarios",
"author": "Sentry",
"license": "MIT",
"private": true,
"dependencies": {
"html-webpack-plugin": "^5.6.0",
"webpack": "^5.95.0",
"webpack-bundle-analyzer": "^4.10.2"
},
"devDependencies": {
"eslint-plugin-regexp": "^1.15.0"
},
"scripts": {
"analyze": "node webpack.cjs"
},
"volta": {
"extends": "../../package.json"
},
"type": "module"
}