You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
419 B
22 lines
419 B
{ |
|
"name": "owncast-test-automation", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "index.js", |
|
"scripts": { |
|
"test": "jest" |
|
}, |
|
"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": { |
|
"jest": "^26.6.3" |
|
} |
|
}
|
|
|