2019-08-09 03:00:20 +00:00

27 lines
713 B
JSON

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