bigbluebutton-Github/bigbluebutton-html5/tests/puppeteer/package.json

18 lines
281 B
JSON
Raw Normal View History

2018-12-04 05:01:34 +08:00
{
"scripts": {
"test": "jest --runInBand"
},
"jest": {
"verbose": false
},
"dependencies": {
"axios": "^0.21.1",
2018-12-04 05:01:34 +08:00
"dotenv": "^6.0.0",
2020-10-27 23:09:24 +08:00
"jest": "^26.6.1",
"js-yaml": "^4.0.0",
"moment": "^2.24.0",
"sha1": "^1.1.1",
"yaml": "^1.7.2"
2018-12-04 05:01:34 +08:00
}
}