2026-02-25 20:31:59 +00:00

28 lines
827 B
JSON

{
"version": "2.7.1",
"description": "A secure runtime for JavaScript and TypeScript",
"homepage": "https://deno.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/denoland/deno/releases/download/v2.7.1/deno-x86_64-pc-windows-msvc.zip",
"hash": "94d71d4772436de27a0495933ca4bab7b6895992622b65baeaf4b7995dae1e69"
}
},
"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"
}
}
}