-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.58 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
61
62
63
64
65
66
67
68
{
"name": "iobroker.alexa2",
"version": "3.23.2",
"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": [
"sync",
"iobroker file",
"JetBrains",
"webstorm",
"file",
"debug",
"editor",
"ide"
],
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Apollon77/ioBroker.alexa2"
},
"dependencies": {
"alexa-remote2": "^5.10.1",
"https": "^1.0.0",
"nearest-color": "^0.4.4",
"@iobroker/adapter-core": "^2.6.7",
"@sentry/node": "^7.22.0",
"@sentry/integrations": "^7.22.0",
"source-map-support": "^0.5.21",
"rrule": "^2.7.1"
},
"devDependencies": {
"@alcalzone/release-script": "^3.5.9",
"@alcalzone/release-script-plugin-iobroker": "^3.5.9",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"@iobroker/dev-server": "^0.6.0",
"@iobroker/adapter-dev": "^1.2.0",
"eslint": "^8.28.0",
"mocha": "^10.1.0",
"chai": "^4.3.7"
},
"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"
}