2020-04-10 19:30:25 +02:00

22 lines
683 B
JSON

{
"version": "0.40.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.40.0/deno-x86_64-pc-windows-msvc.zip",
"hash": "2cfb5c6551c0fddb2a9e56bc7680c28f812e652771a5324241bf1429176712da"
}
},
"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"
}
}
}
}