{ "homepage": "https://ravendb.net", "description": "NoSQL database built on .NET Core.", "version": "4.2.102", "license": { "identifier": "Freeware", "url": "https://ravendb.net/terms/commercial" }, "suggest": { "Visual C++ Redistributable 2015": "extras/vcredist2015" }, "architecture": { "32bit": { "url": "https://daily-builds.s3.amazonaws.com/RavenDB-4.2.102-windows-x86.zip", "hash": "df9f4be5111902783e1ddcbf70cd135297315fb94dfe713534b2774b7285443e" }, "64bit": { "url": "https://daily-builds.s3.amazonaws.com/RavenDB-4.2.102-windows-x64.zip", "hash": "ad402dfa1089d68e99d80a7424465668d9cb41c29f7ee2d98ad1a05474145d8e" } }, "installer": { "script": [ "if(!(Test-Path \"$persist_dir\\Server\\settings.json\")){", " Copy-Item \"$dir\\Server\\settings.default.json\" \"$dir\\Server\\settings.json\"", "}" ] }, "bin": [ "Server\\rvn.exe", "Server\\Raven.Server.exe", "Server\\Raven.Debug.exe", [ "run.ps1", "raven-run" ], [ "setup-as-service.ps1", "raven-setup-as-service" ], [ "uninstall-service.ps1", "raven-uninstall-service" ] ], "persist": "Server\\settings.json", "checkver": { "url": "https://ravendb.net/download", "regex": "Latest STABLE ([\\d.]+)" }, "autoupdate": { "architecture": { "32bit": { "url": "https://daily-builds.s3.amazonaws.com/RavenDB-$version-windows-x86.zip" }, "64bit": { "url": "https://daily-builds.s3.amazonaws.com/RavenDB-$version-windows-x64.zip" } } } }