Files

18 lines
418 B
JSON

{
"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"
}
}