-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.38 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.38 KB
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
41
42
{
"name": "@vitest/test-cli",
"type": "module",
"private": true,
"imports": {
"#test-utils": "../test-utils/index.ts"
},
"scripts": {
"test": "vitest",
"stacktraces": "vitest --root=./fixtures/stacktraces --watch=false",
"native": "vitest --root=./fixtures/no-module-runner --watch=false --no-isolate --max-workers=1"
},
"devDependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/sdk-node": "^0.213.0",
"@opentelemetry/sdk-trace-web": "^2.6.0",
"@test/pkg-reporter": "link:./deps/pkg-reporter",
"@test/test-dep-error": "file:./deps/error",
"@test/test-dep-linked": "link:./deps/linked",
"@test/test-dep-url": "link:./deps/dep-url",
"@types/ws": "catalog:",
"@vitejs/plugin-basic-ssl": "^2.1.4",
"@vitest/browser-playwright": "workspace:*",
"@vitest/browser-preview": "workspace:*",
"@vitest/browser-webdriverio": "workspace:*",
"@vitest/mocker": "workspace:*",
"@vitest/runner": "workspace:*",
"@vitest/utils": "workspace:*",
"flatted": "catalog:",
"obug": "^2.1.1",
"playwright": "catalog:",
"test-dep-invalid": "link:./deps/dep-invalid",
"test-dep-simple": "file:./deps/dep-simple",
"tinyspy": "catalog:",
"typescript": "catalog:",
"unplugin-swc": "^1.5.9",
"vite": "latest",
"vitest": "workspace:*",
"vitest-sonar-reporter": "catalog:",
"ws": "catalog:"
}
}