Home Assistant Skill: package.json hinzufügen (inkl. dotenv)
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user