bigbluebutton-Github/bigbluebutton-html5/tests/puppeteer/package.json
2021-02-26 12:52:17 -03:00

22 lines
415 B
JSON

{
"scripts": {
"test": "jest --runInBand"
},
"jest": {
"verbose": false
},
"dependencies": {
"axios": "^0.21.1",
"dotenv": "^6.0.0",
"fs-extra": "^9.1.0",
"jest": "^26.6.1",
"js-yaml": "^4.0.0",
"moment": "^2.24.0",
"puppeteer-recorder": "^1.0.7",
"puppeteer-video-recorder": "^1.0.3",
"sleep-promise": "9.1.0",
"sha1": "^1.1.1",
"yaml": "^1.7.2"
}
}