hestia/package.json

20 lines
427 B
JSON
Raw Permalink Normal View History

2024-08-15 10:53:26 +00:00
{
"name": "hestia",
"version": "1.0.0",
"description": "Hestia Pellet Stove Controller by Skylar Grant",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.vfsh.dev/voidf1sh/hestia"
},
"author": "Skylar Grant",
2024-08-18 18:34:23 +00:00
"license": "MIT",
"dependencies": {
2024-08-22 01:43:56 +00:00
"dotenv": "^16.4.5",
"mqtt": "^5.10.0"
2024-08-18 18:34:23 +00:00
}
2024-08-15 10:53:26 +00:00
}