weather-streamoverlay/package.json

20 lines
381 B
JSON
Raw Normal View History

2022-05-20 07:55:08 +02:00
{
"name": "sensor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"dockerpi-sensorhub": "^1.0.3",
"express": "^4.18.1",
"moment": "^2.29.3",
"node-fetch": "^3.2.4",
"ws": "^8.6.0"
}
}