Files
copilotkit__copilotkit/examples/e2e/package.json
2026-01-08 14:18:35 -05:00

16 lines
318 B
JSON

{
"name": "examples-e2e",
"private": true,
"version": "0.0.0",
"scripts": {
"test": "playwright test",
"test:headed": "playwright test --headed",
"test:ui": "playwright test --ui"
},
"devDependencies": {
"@types/node": "^22",
"@playwright/test": "^1.50.0",
"typescript": "^5"
}
}