Working version

This commit is contained in:
Olaf
2026-08-24 10:33:01 +02:00
commit 9c67af04c1
5 changed files with 395 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "vcv-rack-scraper",
"version": "1.0.0",
"private": true,
"description": "Automate VCV Library cleanup for non-hardware-clone modules",
"scripts": {
"clean:vcv": "node scripts/clean-non-hardware-clone.js"
},
"dependencies": {
"playwright": "^1.55.0"
}
}