This commit is contained in:
2025-09-08 20:55:29 -06:00
commit 3451149691
12 changed files with 2419 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "webserial_term",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"axios": "^1.11.0",
"eslint": "^9.24.0",
"html-minifier-terser": "^7.2.0"
},
"scripts": {
"build": "node build.js"
}
}