new_thea/Control/Pi/PCU_status_server/package.json
2021-09-21 12:11:46 +01:00

19 lines
367 B
JSON

{
"name": "system_status_ui_server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"express": "^4.17.1",
"morgan": "^1.10.0",
"path": "^0.12.7",
"request": "^2.88.2"
}
}