2020-04-04 11:26:57 +02:00

22 lines
683 B
JSON

{
"version": "0.39.0",
"description": "A secure TypeScript runtime on V8",
"homepage": "https://github.com/denoland/deno",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/denoland/deno/releases/download/v0.39.0/deno-x86_64-pc-windows-msvc.zip",
"hash": "17b5f9c6a4a2eeb65a9415270917f1466127334f55904dfc72b780a642591d54"
}
},
"bin": "deno.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/denoland/deno/releases/download/v$version/deno-x86_64-pc-windows-msvc.zip"
}
}
}
}