2020-11-24 11:28:54 +03:00
|
|
|
{
|
2024-04-19 01:11:06 +03:00
|
|
|
"name": "owncast-test-automation",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "jest --runInBand *.test.js"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"supertest": "^6.3.2",
|
|
|
|
"websocket": "^1.0.32",
|
|
|
|
"ajv": "^8.11.0",
|
|
|
|
"ajv-draft-04": "^1.0.0",
|
|
|
|
"jsonfile": "^6.1.0",
|
|
|
|
"crypto-random": "^2.0.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-14 21:20:50 +03:00
|
|
|
"jest": "^29.7.0",
|
|
|
|
"jest-jasmine2": "^29.7.0",
|
|
|
|
"ws": "^7.5.9"
|
2024-04-19 01:11:06 +03:00
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"verbose": true,
|
2024-06-14 21:20:50 +03:00
|
|
|
"maxWorkers": 1,
|
|
|
|
"testRunner": "jest-jasmine2"
|
2024-04-19 01:11:06 +03:00
|
|
|
}
|
2024-06-14 21:20:50 +03:00
|
|
|
}
|