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

16 lines
236 B
JSON
Raw Normal View History

2018-12-04 05:01:34 +08:00
{
"scripts": {
"test": "jest --runInBand"
},
"jest": {
"verbose": false
},
"dependencies": {
"axios": "^0.18.0",
"dotenv": "^6.0.0",
"jest": "^23.5.0",
"puppeteer": "^1.7.0",
"sha1": "^1.1.1"
}
}