2024-12-17 02:22:13 +00:00
|
|
|
{
|
|
|
|
"name": "dec0ntamination",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Deconz sensor to InfluxDB uploader",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "node index.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.corrupt.link/liz/dec0ntamination"
|
|
|
|
},
|
|
|
|
"author": "Liz Cray",
|
2024-12-18 02:15:50 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"type": "module",
|
|
|
|
"dependencies": {
|
|
|
|
"axios": "^1.7.9",
|
2024-12-18 04:24:19 +00:00
|
|
|
"meow": "^13.2.0",
|
|
|
|
"ws": "^8.18.0"
|
2024-12-18 02:15:50 +00:00
|
|
|
}
|
2024-12-17 02:22:13 +00:00
|
|
|
}
|