mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 21:59:43 +03:00
16 lines
345 B
JSON
16 lines
345 B
JSON
{
|
|
"name": "owncast-browser-tests",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@cypress-audit/lighthouse": "^1.3.1",
|
|
"cypress": "^10.10.0",
|
|
"cypress-audit": "^1.1.0"
|
|
}
|
|
}
|