-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.02 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.02 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
{
"name": "wizard-workbench",
"private": true,
"type": "module",
"scripts": {
"evaluate": "tsx services/pr-evaluator/index.ts",
"wizard-ci": "tsx services/wizard-ci/index.ts",
"benchmark": "tsx services/wizard-benchmark/index.ts",
"framework-detect": "tsx services/framework-detect/index.ts",
"yara-scan": "tsx services/yara-scan/index.ts",
"test:evaluator": "tsx --test services/pr-evaluator/evaluator.test.ts"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.1.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",
"tsx": "^4.19.0",
"typescript": "^5.8.0"
},
"packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b"
}