Initial commit

This commit is contained in:
Robert Chery
2026-07-08 19:16:44 -04:00
commit 4b45c031e0
24 changed files with 6680 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "sfmacro-client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@nut-tree-fork/nut-js": "^4.2.6",
"cors": "^2.8.6",
"express": "^5.2.1",
"serialport": "^13.0.0",
"systeminformation": "^5.31.7"
}
}