-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathdeno.json
More file actions
27 lines (27 loc) · 829 Bytes
/
deno.json
File metadata and controls
27 lines (27 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"version": "2.7.12",
"description": "A secure runtime for JavaScript and TypeScript",
"homepage": "https://deno.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/denoland/deno/releases/download/v2.7.12/deno-x86_64-pc-windows-msvc.zip",
"hash": "f0db746796ff2155444e4b6b42b24ff1139882626e2cdc3943743a7980f4bc2a"
}
},
"bin": "deno.exe",
"checkver": {
"github": "https://github.com/denoland/deno"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/denoland/deno/releases/download/v$version/deno-x86_64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256sum",
"regex": "$sha256"
}
}
}