2020-01-09 21:00:25 +00:00

27 lines
713 B
JSON

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