forked from soef/ioBroker.alexa
-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
60 lines (60 loc) · 1.4 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "iobroker.alexa2",
"version": "3.26.7",
"description": "Remote control for Alexa (Amazon Echo)",
"author": {
"name": "Apollon77",
"email": "[email protected]"
},
"contributors": [
{
"name": "soef",
"email": "[email protected]"
},
{
"name": "Apollon77",
"email": "[email protected]"
}
],
"homepage": "https://github.com/Apollon77/ioBroker.alexa2",
"license": "MIT",
"keywords": [
"ioBroker",
"Alexa",
"iot"
],
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Apollon77/ioBroker.alexa2"
},
"dependencies": {
"alexa-remote2": "^7.0.5",
"https": "^1.0.0",
"nearest-color": "^0.4.4",
"@iobroker/adapter-core": "^3.2.2",
"rrule": "^2.8.1"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@iobroker/dev-server": "^0.7.3",
"@iobroker/adapter-dev": "^1.3.0",
"eslint": "^8.57.1",
"mocha": "^10.7.3",
"chai": "^4.5.0"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"release": "release-script",
"translate": "translate-adapter"
},
"bugs": {
"url": "https://github.com/Apollon77/ioBroker.alexa2/issues"
},
"readmeFilename": "README.md"
}