-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.36 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
{
"name": "wizard-workbench",
"private": true,
"type": "module",
"scripts": {
"evaluate": "tsx services/pr-evaluator/index.ts",
"wizard-ci": "tsx services/wizard-ci/index.ts",
"wizard-ci-snapshots": "tsx services/wizard-ci/snapshots.ts",
"wizard-ci-snapshots-review": "tsx services/wizard-ci/snapshots-review.ts",
"benchmark": "tsx services/wizard-benchmark/index.ts",
"framework-detect": "tsx services/framework-detect/index.ts",
"yara-scan": "tsx services/yara-scan/index.ts",
"mcp-stub": "tsx services/mcp-stub/cli.ts",
"mcp-stub:record": "tsx services/mcp-stub/record.ts",
"test:evaluator": "tsx --test services/pr-evaluator/evaluator.test.ts",
"test:mcp-stub": "tsx --test services/mcp-stub/mcp-stub.test.ts",
"test:warehouse-checks": "tsx --test services/wizard-ci/warehouse-checks.test.ts"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "0.2.73",
"@modelcontextprotocol/sdk": "^1.30.0",
"@octokit/rest": "^21.0.0",
"dotenv": "^16.4.0",
"posthog-node": "^5.28.1",
"sanitize-html": "^2.17.1",
"undici": "^7.0.0",
"zod": "^3.24.0",
"zod-to-json-schema": "^3.24.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/sanitize-html": "^2.16.1",
"playwright": "^1.61.0",
"tsx": "^4.19.0",
"typescript": "^5.8.0"
},
"packageManager": "pnpm@10.29.3"
}