2019-08-14 00:01:19 +00:00

27 lines
713 B
JSON

{
"homepage": "https://github.com/denoland/deno",
"description": "A secure TypeScript runtime on V8",
"version": "0.15.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/denoland/deno/releases/download/v0.15.0/deno_win_x64.zip",
"hash": "29249b36f10b8e774b76dac3a596d94a7d3b92cbd64efc03b2b2cb9912fd5643"
}
},
"bin": [
[
"deno.exe",
"deno"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/denoland/deno/releases/download/v$version/deno_win_x64.zip"
}
}
}
}