{ "name": "owncast-browser-tests", "version": "1.0.0", "description": "Automated browser testing for Owncast", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/owncast/owncast.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/owncast/owncast/issues" }, "homepage": "https://github.com/owncast/owncast#readme", "devDependencies": { "jest": "^27.2.0", "jest-puppeteer": "^5.0.4", "puppeteer": "^9.1.1" } }