2026-05-21 14:38:52 -07:00
|
|
|
{
|
|
|
|
|
"name": "@cocottetech/bookings-tryst",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
2026-05-21 20:08:22 -07:00
|
|
|
"description": "Tryst surface adapter — cookie-mode session verification (and, later, profile actions). First per-surface adapter; see .project/designs/ai-copilot/surface-tryst.brief.md and _engineering-surface-adapter-container.md.",
|
2026-05-21 14:38:52 -07:00
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsc",
|
|
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
|
"test": "vitest run",
|
|
|
|
|
"test:unit": "vitest run --dir src",
|
|
|
|
|
"e2e:cookie-login": "tsx scripts/cookie-login-e2e.ts"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"playwright": "^1.52.0",
|
|
|
|
|
"playwright-extra": "^4.3.6",
|
|
|
|
|
"puppeteer-extra-plugin-stealth": "^2.11.2"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "^20.19.30",
|
|
|
|
|
"tsx": "^4.21.0",
|
|
|
|
|
"typescript": "^5.9.3",
|
|
|
|
|
"vitest": "^3.2.4"
|
|
|
|
|
}
|
|
|
|
|
}
|