summaryrefslogtreecommitdiff
path: root/test/automated/hls/package.json
blob: 08f27967ece00fc8e82f5b6e7d1e7b38c943ca43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "owncast-test-automation",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "jest --bail"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "m3u8-parser": "^4.7.0",
    "node-fetch": "^2.6.5"
  },
  "devDependencies": {
    "jest": "^26.6.3"
  }
}