Home Assistant Skill: package.json hinzufügen (inkl. dotenv)

This commit is contained in:
2026-08-22 18:51:30 +02:00
parent 946f195078
commit d6e8c51d3a
+17
View File
@@ -0,0 +1,17 @@
{
"name": "home-assistant-skill",
"version": "1.0.0",
"description": "Alexa Custom Skill fuer Home Assistant Temperaturabfragen",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"ask-sdk-core": "^2.7.0",
"ask-sdk-model": "^1.19.0",
"aws-sdk": "^2.326.0",
"dotenv": "^16.0.0"
}
}