22 lines
434 B
JSON
22 lines
434 B
JSON
{
|
|
"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",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"axios": "^1.7.9",
|
|
"meow": "^13.2.0",
|
|
"ws": "^8.18.0"
|
|
}
|
|
}
|