-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 972 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 972 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
29
30
31
32
33
34
35
36
37
{
"name": "agentx-workspace",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "vp run -r build",
"test": "vitest run",
"dev": "vp run -r dev",
"lint": "vp lint --type-aware --type-check",
"format": "vp fmt",
"check": "vp check",
"ast-grep": "ast-grep scan",
"ast-grep:test": "ast-grep test",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"ws": "catalog:"
},
"devDependencies": {
"@ast-grep/cli": "^0.44.0",
"@stryker-mutator/core": "^9.6.1",
"@stryker-mutator/vitest-runner": "^9.6.1",
"@types/node": "catalog:",
"@types/ws": "catalog:",
"@vitest/coverage-v8": "catalog:",
"@vitest/ui": "catalog:",
"fast-check": "^4.8.0",
"react": "catalog:",
"react-dom": "catalog:",
"typedoc": "^0.28.19",
"typescript": "catalog:",
"vite-plus": "^0.2.1",
"vitest": "catalog:"
},
"packageManager": "pnpm@11.8.0"
}