23 lines
481 B
JSON
23 lines
481 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.50.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@playwright/test": "1.50.0"
|
|
}
|
|
}
|