{ "homepage": "https://ravendb.net", "description": "NoSQL database built on .NET Core.", "version": "5.0.1", "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-5.0.1-windows-x86.zip", "hash": "2e7b892006b3f4bd57f01956babfd1d2925e1503f2a5aa92772cced1e92882b9" }, "64bit": { "url": "https://daily-builds.s3.amazonaws.com/RavenDB-5.0.1-windows-x64.zip", "hash": "3488ccbda86d9c69c58e4e1bd524a7dfe15d9e6431fa7f603cf34cfa4b904f0a" } }, "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" } } } }