-
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) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 1.03 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
{
"name": "mastra-chat-kit",
"version": "0.1.0",
"private": true,
"description": "One canonical AI chat layer — Vercel AI Elements + AI SDK v6 + Mastra — that exercises every AI Element and prop, driven by the Mastra Agent Controller, and ships as a shadcn registry.",
"packageManager": "pnpm@10.14.0",
"scripts": {
"dev": "pnpm -r --parallel dev",
"dev:server": "pnpm --filter @mastra-chat-kit/server dev",
"dev:web": "pnpm --filter @mastra-chat-kit/web dev",
"build": "pnpm -r build",
"typecheck": "pnpm -r typecheck",
"test": "pnpm -r test",
"test:e2e": "pnpm --filter @mastra-chat-kit/web test:e2e",
"check:dockerignore": "node scripts/check-dockerignore.mjs",
"verify:image": "node scripts/verify-container-image.mjs",
"lint": "biome check .",
"lint:fix": "biome check --fix .",
"format": "biome format --write ."
},
"devDependencies": {
"@biomejs/biome": "^2.0.0"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3"
}
}
}