platform-codebase/@packages/@testing/e2e-auth/package.json

24 lines
483 B
JSON
Raw Normal View History

{
"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"
}
}