README, комментарии в коде, чистка requirements.txt

This commit is contained in:
2026-07-22 10:25:43 +04:00
parent 0bf1847abb
commit 912b165fd5
4 changed files with 196 additions and 32 deletions
+7 -2
View File
@@ -2,6 +2,11 @@
"name": "iot-producer",
"version": "1.0.0",
"main": "server.js",
"scripts": { "start": "node server.js" },
"dependencies": { "amqplib": "^0.10.0", "express": "^4.21.0" }
"scripts": {
"start": "node server.js"
},
"dependencies": {
"amqplib": "^0.10.0",
"express": "^4.21.0"
}
}