diff --git a/home-assistant-skill/package.json b/home-assistant-skill/package.json new file mode 100644 index 0000000..ad24594 --- /dev/null +++ b/home-assistant-skill/package.json @@ -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" + } +}