2025-09-17 08:30:03 +00:00

28 lines
828 B
JSON

{
"version": "2.5.1",
"description": "A secure runtime for JavaScript and TypeScript",
"homepage": "https://deno.land",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/denoland/deno/releases/download/v2.5.1/deno-x86_64-pc-windows-msvc.zip",
"hash": "2a0e361bc58ffc486ba8202a4d65f275a0f6b6c9e30896e4ebecfebe3d21b561"
}
},
"bin": "deno.exe",
"checkver": {
"github": "https://github.com/denoland/deno"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/denoland/deno/releases/download/v$version/deno-x86_64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256sum",
"regex": "$sha256"
}
}
}