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

28 lines
579 B
JSON
Raw Normal View History

2018-12-04 05:01:34 +08:00
{
"scripts": {
"test": "jest --runInBand"
},
"jest": {
"verbose": false
},
"dependencies": {
2022-03-24 03:36:38 +08:00
"axios": "^0.26.1",
"babel-jest": "^27.5.1",
2021-11-03 00:55:13 +08:00
"child_process": "^1.0.2",
"dotenv": "^16.0.1",
2022-03-24 03:36:38 +08:00
"fs-extra": "^10.0.1",
"jest": "^27.5.1",
"jest-image-snapshot": "^4.5.1",
"js-yaml": "^4.1.0",
"moment": "^2.29.1",
"puppeteer-mass-screenshots": "^1.0.15",
"puppeteer-video-recorder": "^1.0.5",
"sha1": "^1.1.1",
"sleep-promise": "9.1.0",
2022-03-24 03:36:38 +08:00
"yaml": "^1.10.2"
},
"devDependencies": {
2022-03-24 03:36:38 +08:00
"clipboardy": "^3.0.0"
2018-12-04 05:01:34 +08:00
}
}