forked from cloudflare/ai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.32 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
{
"name": "ai-mono",
"author": "Andy Jessop",
"scripts": {
"create-demo": "npx tsx ./tools/create-demo/index.ts",
"format": "biome format --write",
"lint": "biome lint",
"lint:fix": "biome lint --fix",
"postinstall": "nx run-many --target=build --projects=packages/*"
},
"devDependencies": {
"@biomejs/biome": "^1.8.2",
"@clack/prompts": "^0.10.0",
"@types/ejs": "^3.1.5",
"@types/node": "^22.13.10",
"@types/wait-on": "^5.3.4",
"get-port": "^7.1.0",
"globals": "^15.14.0",
"handlebars": "^4.7.8",
"husky": "^9.1.7",
"miniflare": "^3.20250204.1",
"msw": "^2.7.3",
"nx": "20.5.0",
"typescript": "^5.5.2",
"vite": "^6.2.4",
"vitest": "~3.0.7",
"wait-on": "^8.0.3",
"wrangler": "^4.2.0"
},
"dependencies": {
"@ai-sdk/openai": "^1.1.9",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.28.1",
"@cloudflare/workers-oauth-provider": "^0.0.2",
"@modelcontextprotocol/sdk": "^1.7.0",
"agents-sdk": "^0.0.27",
"ai": "^4.1.39",
"chalk": "^5.4.1",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"eventsource-parser": "^3.0.0",
"fetch-event-stream": "^0.1.5",
"hono": "^4.7.1",
"langchain": "^0.3.15",
"marked": "^15.0.7",
"tsup": "^8.4.0",
"workers-ai-provider": "^0.2.1",
"zod": "^3.24.2"
},
"workspaces": ["libs/*", "demos/*", "packages/*"]
}