package.json
455 Bytes
{
"name": "xfbh",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test:ci": "npx playwright test",
"save-auth": "scripts/save-auth.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@playwright/test": "^1.58.2",
"@types/node": "^25.3.1",
"allure-commandline": "^2.37.0",
"allure-playwright": "^3.5.0",
"dotenv": "^17.3.1",
"typescript": "^5.9.3"
}
}