{ "version": "5.5.0", "description": "Twilio CLI. Unleash the power of Twilio from your command prompt.", "homepage": "https://github.com/twilio/twilio-cli", "license": "MIT", "suggest": { "Node JS": "nodejs-lts" }, "architecture": { "64bit": { "url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v5.5.0/twilio-v5.5.0-win32-x64.tar.xz", "hash": "39863bf98189bc3c19bd28f06c8978ef68f4b0852c5b0d801a0711d447c606ef" }, "32bit": { "url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v5.5.0/twilio-v5.5.0-win32-x86.tar.xz", "hash": "98e034d4fa6ae333e8c24b7a8c4982ef3141131fac00fae1ac44c3469b9bf182" } }, "extract_dir": "twilio", "bin": "bin\\twilio.cmd", "checkver": { "url": "https://twilio-cli-prod.s3.amazonaws.com/version", "jsonpath": "$.version" }, "autoupdate": { "architecture": { "64bit": { "url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v$version/twilio-v$version-win32-x64.tar.xz", "hash": { "url": "https://twilio-cli-prod.s3.amazonaws.com/win32-x64", "jsonpath": "$.sha256xz" } }, "32bit": { "url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v$version/twilio-v$version-win32-x86.tar.xz", "hash": { "url": "https://twilio-cli-prod.s3.amazonaws.com/win32-x86", "jsonpath": "$.sha256xz" } } } } }