Updated script that can be controled by Nodejs web app

This commit is contained in:
mac OS
2024-11-25 12:24:18 +07:00
parent c440eda1f4
commit 8b0ab2bd3a
8662 changed files with 1803808 additions and 34 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "update_dcu",
"version": "1.0.0",
"description": "",
"main": "server.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"chokidar": "^4.0.1",
"csv-parser": "^3.0.0",
"eventlet": "^0.1.0",
"express": "^4.21.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"socketio": "^1.0.0"
}
}