Initial push

This commit is contained in:
Ano-sys
2026-02-22 23:30:15 +01:00
commit 7a2d858dfb
58 changed files with 9896 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@serialport/parser-readline": "^13.0.0",
"cors": "^2.8.5",
"express": "^5.1.0",
"serialport": "^13.0.0"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}