-
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) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 815 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
{
"name": "orion-agent",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"commitlint": "commitlint --config commitlint.config.cjs --from HEAD~1 --to HEAD || true"
},
"dependencies": {
"agents": "^0.17.3",
"@cloudflare/think": "^0.12.1",
"@cloudflare/ai-chat": "^0.9.3",
"ai": "^7.0.14",
"workers-ai-provider": "^3.3.1",
"zod": "^3.25.76"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.7.8",
"@cloudflare/workers-types": "^4.20260702.1",
"@commitlint/cli": "^21.2.0",
"@commitlint/config-conventional": "^21.2.0",
"typescript": "^5.9.3",
"vitest": "^3.2.6",
"wrangler": "^4.107.0"
}
}