Files
webserial-terminal/package.json
2025-09-08 20:55:29 -06:00

15 lines
269 B
JSON

{
"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"
}
}