forked from mrbungle64/ecovacs-deebot.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 880 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 880 Bytes
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
{
"name": "ecovacs-deebot",
"version": "0.6.0-alpha.6",
"description": "Library for running Ecovacs Deebot vacuum cleaner robots",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha",
"test_windows": "SET NODE_ENV=test && mocha",
"appTest": "NODE_ENV=dev node example/app2.js"
},
"keywords": [
"ecovacs",
"deebot",
"ozmo"
],
"author": "Sascha Hölzel",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/mrbungle64/ecovacs-deebot.js"
},
"dependencies": {
"ltx": "^2.10.0",
"mqtt": "^4.2.6",
"simple-xmpp": "^2.3.1",
"xmldom": "^0.4.0",
"uniqid": "^5.2.0"
},
"optionalDependencies": {
"canvas": "^2.6.1"
},
"engines": {
"node": ">=10"
},
"devDependencies": {
"mocha": "^8.3.0",
"node-machine-id": "^1.1.12",
"nyc": "^15.1.0"
}
}