forked from cloudflare/agents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.79 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.79 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@cloudflare/agents-repo",
"description": "The monorepo for Cloudflare Agents and related work",
"type": "module",
"keywords": [
"cloudflare",
"workers",
"ai",
"agents",
"durable objects",
"workflows"
],
"author": "Sunil Pai <spai@cloudflare.com>",
"private": true,
"scripts": {
"build": "npm run build -w agents -w hono-agents",
"format": "prettier --write .",
"typecheck": "npx tsx scripts/typecheck.ts",
"check": "sherif && prettier --check . && biome lint && npm run typecheck",
"test": "npm run test -w agents"
},
"license": "MIT",
"version": "0.0.0",
"devDependencies": {
"@ai-sdk/anthropic": "^1.2.10",
"@ai-sdk/google": "^1.2.13",
"@ai-sdk/openai": "^1.3.17",
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.2",
"@cloudflare/vite-plugin": "1.0.9",
"@cloudflare/vitest-pool-workers": "^0.8.19",
"@cloudflare/workers-types": "^4.20250423.0",
"@types/node": "^22.14.1",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"@vitest/runner": "^3.1.2",
"ai": "^4.3.9",
"autoevals": "^0.0.127",
"concurrently": "^9.1.2",
"evalite": "^0.10.1",
"fast-glob": "^3.3.3",
"partyserver": "^0.0.67",
"partysocket": "1.1.3",
"prettier": "^3.5.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"sherif": "^1.5.0",
"tsup": "^8.4.0",
"tsx": "^4.19.3",
"typescript": "^5.8.3",
"vite": "^6.3.2",
"vitest": "3.1.2",
"workers-ai-provider": "^0.3.0",
"wrangler": "^4.12.1",
"zod": "^3.24.3"
},
"workspaces": [
"examples/*",
"packages/*",
"guides/*"
],
"overrides": {
"esbuild": "^0.25.1"
},
"packageManager": "npm@11.3.0"
}