-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtwitch-cli.json
More file actions
22 lines (22 loc) · 878 Bytes
/
twitch-cli.json
File metadata and controls
22 lines (22 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"version": "1.1.24",
"architecture": {
"32bit": {
"url": "https://github.com/twitchdev/twitch-cli/releases/download/v1.1.24/twitch-cli_1.1.24_Windows_i386.zip",
"bin": [
"twitch-cli_1.1.24_Windows_i386/twitch.exe"
],
"hash": "9fb561461a8d086a219fab757718e34f3d2b2181567dba2abf4fc78a7deb0842"
},
"64bit": {
"url": "https://github.com/twitchdev/twitch-cli/releases/download/v1.1.24/twitch-cli_1.1.24_Windows_x86_64.zip",
"bin": [
"twitch-cli_1.1.24_Windows_x86_64/twitch.exe"
],
"hash": "6053f3fab02aa1349f25efa550d14e11033c10c775787367ca4fd88d96b1ce70"
}
},
"homepage": "https://github.com/twitchdev/twitch-cli",
"license": "Apache-2.0",
"description": "CLI for Twitch's developer offerings"
}