mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-11 14:10:42 +00:00
740824a8fc
* chore: reorganise folders * more renames --------- Co-authored-by: Lleyton Gray <lleyton@fyralabs.com>
6 lines
278 B
Plaintext
6 lines
278 B
Plaintext
let v = gh("VOICEVOX/voicevox");
|
|
rpm.global("ver", v);
|
|
let engines = get(`https://raw.githubusercontent.com/VOICEVOX/voicevox/${v}/package.json`).json().engines;
|
|
rpm.global("nodev", find(">=([\\d.]+)", engines.node, 1));
|
|
rpm.global("npmv", find(">=([\\d.]+)", engines.npm, 1));
|