add nodejs update scripts

This commit is contained in:
Andrei Canta
2024-12-04 15:16:47 +02:00
parent e9a2778e17
commit 9c2502c8d8
10 changed files with 861 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"type": "module",
"scripts": {
"update": "node update.js"
},
"dependencies": {
"execa": "^9.5.1",
"glob": "^11.0.0",
"yaml": "^2.6.1"
}
}