-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
63 lines (63 loc) · 1.7 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
{
"author": {
"name": "TA2k",
"email": "tombox2020@gmail.com"
},
"bugs": {
"url": "https://github.com/TA2k/ioBroker.mercedesme/issues"
},
"bundleDependencies": [],
"dependencies": {
"@iobroker/adapter-core": "^3.2.2",
"axios": "^1.7.7",
"google-protobuf": "^3.21.4",
"json2iob": "^2.6.12",
"request": "^2.88.2",
"uuid": "^11.0.3",
"ws": "^8.18.0"
},
"deprecated": false,
"description": "Mercedes me adapter for ioBroker",
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@iobroker/testing": "^5.0.0",
"@tsconfig/node16": "^16.1.3",
"@types/node": "^22.9.0",
"eslint": "^9.15.0",
"globals": "^15.12.0",
"typescript": "~5.6.3"
},
"engines": {
"node": ">=16"
},
"homepage": "https://github.com/TA2k/ioBroker.mercedesme",
"keywords": [
"mercedes",
"mercedes me",
"mercedes benz",
"daimler"
],
"license": "MIT",
"main": "main.js",
"name": "iobroker.mercedesme",
"repository": {
"type": "git",
"url": "git+https://github.com/TA2k/ioBroker.mercedesme.git"
},
"scripts": {
"lint": "npm run lint:js",
"lint:js": "eslint",
"test": "npm run test:js && npm run test:package",
"test:integration": "mocha test/integration --exit",
"test:js": "mocha --opts test/mocha.custom.opts",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"release": "release-script --all"
},
"version": "0.2.4"
}