update buildscript

This commit is contained in:
2025-05-19 21:36:45 +02:00
parent b4177c9b0f
commit f966f2df14
3 changed files with 46 additions and 19 deletions

9
Software/package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "pio-build-tools",
"private": true,
"devDependencies": {
"html-minifier": "^4.0.0",
"terser": "^5.0.0",
"clean-css-cli": "^5.0.0"
}
}