mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-09 18:25:58 +03:00
22 lines
478 B
JSON
22 lines
478 B
JSON
{
|
|
"name": "scenarios",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.54.2",
|
|
"dotenv": "^16.6.1",
|
|
"dotenv-expand": "^12.0.2",
|
|
"maildev": "npm:@timshel_npm/maildev@^3.2.1"
|
|
},
|
|
"dependencies": {
|
|
"mysql2": "^3.14.3",
|
|
"otpauth": "^9.4.0",
|
|
"pg": "^8.16.3"
|
|
}
|
|
}
|