-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathtool-versions.json
More file actions
30 lines (30 loc) · 1.14 KB
/
tool-versions.json
File metadata and controls
30 lines (30 loc) · 1.14 KB
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
28
29
30
{
"dependencies": {
"binaryen": "125",
"bun": "1.3.5",
"clang": "13",
"dasel": "3.2.1",
"jq": "1.8.1",
"node": { "path": ".nvmrc", "format": "plain", "value_type": "NvmChannel" },
"rust": { "path": "rust-toolchain.toml", "format": "toml", "key": "toolchain.channel", "value_type": "RustupChannel" },
"wasm-bindgen-cli": { "path": "Cargo.toml", "format": "toml", "key": "workspace.dependencies.wasm-bindgen.version", "value_type": "CargoVersionReq" },
"wasm-pack": "0.13.1"
},
"devDependencies": {
"cargo-edit": "0.13.9",
"cargo-nextest": "0.9.120",
"cargo-watch": "8.5.3",
"nodemon": { "path": "packages/nextclade-web/package.json", "format": "json", "key": "devDependencies.nodemon", "value_type": "NpmVersionReq" },
"playwright": { "path": "packages/nextclade-web/package.json", "format": "json", "key": "devDependencies.@playwright/test", "value_type": "NpmVersionReq" },
"watchexec": "2.3.2"
},
"optionalDependencies": {
"cram": "0.7",
"genometools": "latest",
"gh": "2.83.1",
"git-cliff": "0.7.0",
"hyperfine": "1.20.0",
"seqkit": "2.12.0",
"table2asn": "latest"
}
}