16 lines
355 B
JSON
16 lines
355 B
JSON
{
|
|
"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"
|
|
}
|