dec0ntamination/package.json

16 lines
323 B
JSON
Raw Normal View History

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",
"license": "MIT"
}