2022-11-14 00:35:31 +00:00

24 lines
733 B
JSON

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