mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-08-07 01:53:44 +03:00
* Config server setting suppressOnboardingInterstitials * Backport fix playwright tests --------- Co-authored-by: Timshel <timshel@users.noreply.github.com>
22 lines
472 B
JSON
22 lines
472 B
JSON
{
|
|
"name": "scenarios",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@playwright/test": "1.60.0",
|
|
"dotenv": "17.4.2",
|
|
"dotenv-expand": "13.0.0",
|
|
"maildev": "npm:@timshel_npm/maildev@3.2.19"
|
|
},
|
|
"dependencies": {
|
|
"mysql2": "3.22.3",
|
|
"otpauth": "9.5.1",
|
|
"pg": "8.21.0"
|
|
}
|
|
}
|