package.json 318 B

123456789101112131415161718
  1. {
  2. "name": "owncast-test-automation",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "jest --bail"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "m3u8-parser": "^4.7.0",
  13. "node-fetch": "^2.6.7"
  14. },
  15. "devDependencies": {
  16. "jest": "^29.7.0"
  17. }
  18. }