platform-codebase/@packages/@testing/e2e-auth/package.json
Lilith abba006dbb chore(e2e-auth): 🔧 Update test dependencies and configurations for auth flow validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-01-29 23:01:19 -08:00

23 lines
483 B
JSON

{
"name": "@platform/e2e-auth",
"version": "1.0.0",
"description": "E2E auth testing fixtures for real SSO authentication",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@playwright/test": "^1.40.0"
},
"devDependencies": {
"typescript": "^5.3.0"
},
"peerDependencies": {
"@playwright/test": "^1.40.0"
}
}