-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 736 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 736 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
27
28
{
"name": "@sentry-internal/bun-integration-tests",
"version": "10.49.0",
"license": "MIT",
"engines": {
"node": ">=18"
},
"private": true,
"scripts": {
"lint": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --type-aware",
"lint:fix": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --fix --type-aware",
"test": "vitest run",
"test:watch": "yarn test --watch"
},
"dependencies": {
"@sentry/bun": "10.49.0",
"@sentry/hono": "10.49.0",
"hono": "^4.12.12"
},
"devDependencies": {
"@sentry-internal/test-utils": "10.49.0",
"bun-types": "^1.2.9",
"vitest": "^3.2.4"
},
"volta": {
"extends": "../../package.json"
}
}