forked from twilio/scoop-twilio-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
twilio.json
40 lines (40 loc) · 1.48 KB
/
twilio.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
{
"version": "1.0.21",
"description": "Unleash the power of Twilio from your command prompt!",
"homepage": "https://github.com/twilio/twilio-cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://twilio-cli-dev.s3.amazonaws.com/twilio-win32-x64.tar.xz",
"hash": "a89cdf7ae0d209c913dfc0d5e4fd4f4773d1592c0afa952585442cb64378e67b"
},
"32bit": {
"url": "https://twilio-cli-dev.s3.amazonaws.com/twilio-win32-x86.tar.xz",
"hash": "8f24b3ab3a84644edff0fa21134ce7153b1fcc7854a3db78b9e493ec6ba958ce"
}
},
"bin": "twilio\\bin\\twilio.cmd",
"checkver": {
"url": "https://twilio-cli-dev.s3.amazonaws.com/version",
"jsonpath": "$.version"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://twilio-cli-dev.s3.amazonaws.com/twilio-win32-x64.tar.xz",
"hash": {
"url": "https://twilio-cli-dev.s3.amazonaws.com/win32-x64",
"jsonpath": "$.sha256xz"
}
},
"32bit": {
"url": "https://twilio-cli-dev.s3.amazonaws.com/twilio-win32-x86.tar.xz",
"hash": {
"url": "https://twilio-cli-dev.s3.amazonaws.com/win32-x86",
"jsonpath": "$.sha256xz"
}
}
}
},
"post_install": "& $dir\\twilio\\bin\\node.exe $dir\\twilio\\welcome.js"
}