mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
15 lines
298 B
JSON
15 lines
298 B
JSON
{
|
|
"name": "owncast-load-tests",
|
|
"version": "1.0.0",
|
|
"description": "## Load Tests",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"artillery": "^1.7.2",
|
|
"ws": "^7.4.6"
|
|
}
|
|
}
|