owncast/test/automated/browser/package.json
2023-01-04 22:18:21 -08:00

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"
}
}