HES-Selenium/package.json

26 lines
514 B
JSON

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