b5bd5754a1
(cherry picked from commit d82cef50e99e9da6f0d6b94f2bd950bf063d6400)
23 lines
381 B
JSON
23 lines
381 B
JSON
{
|
|
"name": "bigbluebutton-tests",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"jest": {
|
|
"verbose": false
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"dotenv": "^6.0.0",
|
|
"jest": "^23.5.0",
|
|
"puppeteer": "^1.7.0",
|
|
"sha1": "^1.1.1"
|
|
},
|
|
"devDependencies": {}
|
|
}
|