2023-02-24 04:28:41 +00:00

24 lines
733 B
JSON

{
"version": "1.31.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.31.0/deno-x86_64-pc-windows-msvc.zip",
"hash": "9f03aa7b6ec4211025a657f70e13d84134e2b389ac3b87d1a859b509fd3231cd"
}
},
"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"
}
}
}
}