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.
24 lines
553 B
24 lines
553 B
{ |
|
"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" |
|
} |
|
}
|
|
|