ESP-Ventilation/WebUI/package.json
2022-10-21 11:17:48 +03:00

22 lines
373 B
JSON

{
"name": "webui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.20"
},
"dependencies": {
"body-parser": "^1.20.1",
"express": "^4.18.2",
"mqtt": "^4.3.7",
"socket.io": "^4.5.3"
}
}