-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 577 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 577 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "webauthn-login-example",
"version": "0.0.5",
"private": true,
"description": "Example: @playwright-labs/fixture-webauthn — a fake passkey login page tested end to end",
"type": "module",
"scripts": {
"dev": "vite",
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:headed": "playwright test --headed",
"ci:pretest": "playwright install chromium"
},
"dependencies": {
"@playwright-labs/fixture-webauthn": "workspace:*"
},
"devDependencies": {
"@playwright/test": "1.57.0",
"vite": "8.1.5"
}
}