23 lines
393 B
JSON
23 lines
393 B
JSON
{
|
|
"name": "bigbluebutton-tests",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "jest --runInBand"
|
|
},
|
|
"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": {}
|
|
}
|