Files
copilotkit__copilotkit/showcase/scripts/package.json
Jordan Ritter 8d7e850c22 chore: bump @copilotkit/aimock to latest (v1.16.1)
Needed for turnIndex/sequenceIndex fixture matching in D5 multi-turn
conversations. Updated in both packages/runtime (devDep) and
showcase/scripts (dep).
2026-04-28 22:21:02 -07:00

37 lines
1.0 KiB
JSON

{
"name": "@copilotkit/showcase-scripts",
"private": true,
"type": "module",
"scripts": {
"generate-registry": "tsx generate-registry.ts",
"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",
"sync-qa": "tsx sync-qa-to-notion.ts",
"sync-qa:dry": "DRY_RUN=true tsx sync-qa-to-notion.ts",
"bundle-content": "tsx bundle-demo-content.ts",
"extract-starter": "tsx extract-starter.ts",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@copilotkit/aimock": "latest",
"@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"
}
}