{ "version": "12.2.0", "description": "REST API for any Postgres database", "homepage": "https://postgrest.org", "license": "MIT", "suggest": { "PostgreSQL": "postgresql" }, "architecture": { "64bit": { "url": "https://github.com/PostgREST/postgrest/releases/download/v12.2.0/postgrest-v12.2.0-windows-x64.zip", "hash": "26d10c0ba449d2a8235836754b919487e6bb66af8485b11335bec4b0fc179d70", "extract_dir": "artifacts\\postgrest-windows-x64" } }, "bin": "postgrest.exe", "checkver": { "github": "https://github.com/PostgREST/postgrest" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/PostgREST/postgrest/releases/download/v$version/postgrest-v$version-windows-x64.zip", "extract_dir": "artifacts\\postgrest-windows-x64" } } } }