bigbluebutton-Github/bigbluebutton-tests/playwright/package.json
2021-11-22 18:06:41 -03:00

14 lines
244 B
JSON

{
"scripts": {
"test": "npx playwright test"
},
"devDependencies": {
"@playwright/test": "^1.16.3",
"axios": "^0.24.0",
"dotenv": "^10.0.0",
"js-yaml": "^4.1.0",
"playwright": "^1.16.3",
"sha1": "^1.1.1"
}
}