13 lines
287 B
JSON
13 lines
287 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|