forked from CopilotKit/CopilotKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 692 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 692 Bytes
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
{
"name": "open-chatkit-studio",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "turbo run dev",
"dev:studio": "pnpm --filter studio dev",
"dev:playground": "pnpm --filter playground dev",
"dev:world": "pnpm --filter world dev",
"build": "turbo run build",
"build:studio": "pnpm --filter studio build",
"build:playground": "pnpm --filter playground build",
"build:world": "pnpm --filter world build",
"lint": "turbo run lint",
"clean": "turbo run clean && rm -rf node_modules"
},
"devDependencies": {
"turbo": "^2.3.3"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=9.0.0"
},
"packageManager": "pnpm@9.15.0"
}