-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "test-harness",
"version": "1.0.0",
"description": "Livepeer testing harness",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./src/cli/lpth.js build",
"stream": "./src/cli/lpth.js stream",
"postinstall": "./postinstall"
},
"keywords": [
"Livepeer"
],
"author": "M Yahya <yahya@livepeer.org>",
"license": "MIT",
"dependencies": {
"@google-cloud/monitoring": "^0.7.1",
"@google-cloud/storage": "^2.5.0",
"async": "^2.6.2",
"axios": "^0.18.0",
"chalk": "^2.4.2",
"cli-progress": "^2.1.1",
"commander": "^2.19.0",
"composefile": "darkdarkdragon/composefile#v0.3.0",
"debug": "^4.1.1",
"docker-compose": "github:darkdarkdragon/docker-compose#master",
"ethereumjs-abi": "^0.6.5",
"ethereumjs-util": "^6.0.0",
"ethers": "^4.0.20",
"google-gax": "^0.26.0",
"m3u8-parser": "^4.3.0",
"request": "^2.88.0",
"shortid": "^2.2.14",
"tar": "^4.4.8",
"threads": "^0.12.0",
"toml": "^2.3.3",
"yaml": "^1.1.0"
}
}