bigbluebutton-Github/bigbluebutton-html5/tests/puppeteer/package.json
2020-10-27 12:09:24 -03:00

17 lines
260 B
JSON

{
"scripts": {
"test": "jest --runInBand"
},
"jest": {
"verbose": false
},
"dependencies": {
"axios": "^0.18.0",
"dotenv": "^6.0.0",
"jest": "^26.6.1",
"moment": "^2.24.0",
"puppeteer": "3.0.2",
"sha1": "^1.1.1"
}
}