mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-06 00:17:13 +01:00
* Playwright improvements * Playwright fix for the extension setup --------- Co-authored-by: Timshel <timshel@users.noreply.github.com>
21 lines
471 B
JSON
21 lines
471 B
JSON
{
|
|
"name": "scenarios",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@playwright/test": "1.56.1",
|
|
"dotenv": "17.2.3",
|
|
"dotenv-expand": "12.0.3",
|
|
"maildev": "npm:@timshel_npm/maildev@3.2.5"
|
|
},
|
|
"dependencies": {
|
|
"mysql2": "3.15.3",
|
|
"otpauth": "9.4.1",
|
|
"pg": "8.16.3"
|
|
}
|
|
}
|