-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
62 lines (62 loc) · 1.62 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
{
"version": "1.17.0",
"name": "iobroker.meross",
"author": {
"name": "Apollon77",
"email": "ingo@fischer-ka.de"
},
"bugs": {
"url": "https://github.com/Apollon77/ioBroker.meross/issues"
},
"contributors": [
{
"name": "Apollon77",
"email": "ingo@fischer-ka.de"
}
],
"engines": {
"node": ">=16"
},
"dependencies": {
"meross-cloud": "^3.1.1",
"@apollon/iobroker-tools": "^0.2.1",
"@iobroker/adapter-core": "^3.0.4",
"@sentry/node": "^7.91.0",
"@sentry/integrations": "^7.91.0",
"source-map-support": "^0.5.21"
},
"description": "meross cloud adapter for ioBroker",
"devDependencies": {
"@alcalzone/release-script": "^3.7.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.0",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@iobroker/adapter-dev": "^1.2.0",
"chai": "^5.0.0",
"mocha": "^10.2.0",
"@iobroker/dev-server": "^0.7.1",
"@iobroker/testing": "^4.1.0"
},
"optionalDependencies": {},
"homepage": "https://github.com/Apollon77/ioBroker.meross",
"keywords": [
"ioBroker",
"Homee",
"Smart Home",
"home automation"
],
"license": "MIT",
"main": "main.js",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/Apollon77/ioBroker.meross.git"
},
"scripts": {
"test": "npm run test:package && npm run test:unit",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit",
"release": "release-script",
"translate": "translate-adapter"
}
}