{
    "version": "6.2.4",
    "description": "Twilio CLI. Unleash the power of Twilio from your command prompt.",
    "homepage": "https://github.com/twilio/twilio-cli",
    "license": "MIT",
    "notes": [
        "* Known issue:",
        "  - Extration requires Developer mode to be enabled, or admin rights: https://github.com/ScoopInstaller/Main/issues/4975"
    ],
    "suggest": {
        "Node.js": [
            "main/nodejs",
            "main/nodejs-lts"
        ]
    },
    "architecture": {
        "64bit": {
            "url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v6.2.4/twilio-v6.2.4-win32-x64.tar.xz",
            "hash": "ef025e46a9de0205ab5dded561f1a46f1951c492ff894d2a63e2676136d9fa7a"
        },
        "32bit": {
            "url": "https://twilio-cli-prod.s3.amazonaws.com/twilio-v6.2.4/twilio-v6.2.4-win32-x86.tar.xz",
            "hash": "d39660a966dd76bb6d94389cf205edf44eaea57c340afa3ff78f4ecb3a27b188"
        }
    },
    "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"
                }
            }
        }
    }
}
