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
65 lines (65 loc) · 1.67 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.67 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
{
"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"
},
"license": "MIT",
"version": "0.0.0",
"devDependencies": {
"@ai-sdk/anthropic": "^1.2.1",
"@ai-sdk/google": "^1.2.3",
"@ai-sdk/openai": "^1.3.3",
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.28.1",
"@cloudflare/vite-plugin": "0.1.16",
"@cloudflare/workers-types": "^4.20250321.0",
"@types/node": "^22.13.13",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"ai": "^4.2.5",
"autoevals": "^0.0.125",
"concurrently": "^9.1.2",
"evalite": "^0.9.1",
"fast-glob": "^3.3.3",
"partyserver": "^0.0.66",
"partysocket": "1.1.2",
"prettier": "^3.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sherif": "^1.4.0",
"tsup": "^8.4.0",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"vite": "^6.2.3",
"vitest": "^3.0.9",
"workers-ai-provider": "^0.2.0",
"wrangler": "^4.4.1",
"zod": "^3.24.2"
},
"workspaces": [
"examples/*",
"packages/*",
"guides/*"
],
"overrides": {
"esbuild": "^0.25.1"
},
"packageManager": "npm@11.2.0"
}