hestia/package.json

16 lines
355 B
JSON
Raw 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",
"license": "MIT"
}