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
37 lines (37 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.12 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
{
"name": "@copilotkit/showcase-scripts",
"private": true,
"type": "module",
"scripts": {
"generate-registry": "tsx generate-registry.ts",
"verify-shell-docs": "tsx verify-shell-docs.ts",
"verify-shell-docs:fast": "tsx verify-shell-docs.ts --skip-build",
"probe-docs": "tsx probe-docs.ts",
"validate-manifests": "tsx generate-registry.ts --validate-only",
"showcase:audit": "tsx audit.ts",
"create-integration": "tsx create-integration/index.ts",
"bundle-content": "tsx bundle-demo-content.ts",
"bundle-setup-content": "tsx bundle-setup-content.ts",
"extract-starter": "tsx extract-starter.ts",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@copilotkit/aimock": "1.26.1",
"@playwright/test": "^1.59.1",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"chalk": "^5.4.0",
"glob": "^10.4.0",
"playwright": "^1.59.1",
"prompts": "^2.4.2",
"tsx": "^4.19.0",
"yaml": "^2.7.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/prompts": "^2.4.9",
"@vitest/coverage-v8": "^4.1.5",
"vitest": "^4.1.5"
}
}