-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
55 lines (55 loc) · 1.33 KB
/
package.json
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
{
"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-sdk -w hono-agents",
"check": "sherif && tsc"
},
"license": "MIT",
"version": "0.0.0",
"devDependencies": {
"@ai-sdk/openai": "^1.1.13",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.28.0",
"@cloudflare/vite-plugin": "0.1.1",
"@cloudflare/workers-types": "^4.20250214.0",
"@types/node": "^22.13.4",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"ai": "^4.1.44",
"fast-glob": "^3.3.3",
"partyserver": "^0.0.64",
"partysocket": "0.0.0-548c226",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sherif": "^1.3.0",
"tsup": "^8.3.6",
"tsx": "^4.19.3",
"typescript": "^5.7.3",
"vite": "^6.1.1",
"workers-ai-provider": "^0.0.11",
"wrangler": "^3.109.2",
"zod": "^3.24.2"
},
"overrides": {
"esbuild": "^0.25.0"
},
"workspaces": [
"examples/*",
"packages/*",
"guides/*"
],
"packageManager": "npm@11.1.0"
}