-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
78 lines (78 loc) · 1.96 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
69
70
71
72
73
74
75
76
77
78
{
"author": {
"name": "ta2k",
"email": "tombox2020@gmail.com"
},
"contributors": [
{
"name": "ta2k",
"email": "tombox2020@gmail.com"
},
{
"name": "Sneak-L8",
"email": "git@sengler.de"
}
],
"bugs": {
"url": "https://github.com/ta2k/ioBroker.vw-connect/issues"
},
"bundleDependencies": [],
"dependencies": {
"@iobroker/adapter-core": "^3.2.1",
"@peculiar/webcrypto": "^1.5.0",
"axios": "^1.7.7",
"json-bigint": "^1.0.0",
"json2iob": "^2.6.12",
"ngeohash": "^0.6.3",
"qs": "^6.13.0",
"request": "^2.88.2",
"traverse": "^0.6.10",
"uuid": "^9.0.1"
},
"deprecated": false,
"description": "Adapter for VW Connect",
"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",
"@iobroker/testing": "^4.1.3",
"@types/node": "^20.16.10",
"eslint": "^8.57.1",
"eslint-plugin-promise": "^6.6.0",
"typescript": "~5.6.2"
},
"engines": {
"node": ">=10.0.0"
},
"homepage": "https://github.com/ta2k/ioBroker.vw-connect",
"keywords": [
"VW",
"Connect",
"Audi",
"myAudi",
"Skoda",
"Skoda Connect",
"VW Connect",
"VW Connect Go"
],
"license": "MIT",
"main": "main.js",
"name": "iobroker.vw-connect",
"repository": {
"type": "git",
"url": "git+https://github.com/TA2k/ioBroker.vw-connect.git"
},
"scripts": {
"lint": "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",
"check": "tsc --noEmit -p tsconfig.check.json",
"translate": "translate-adapter",
"release": "release-script --all"
},
"version": "0.6.1"
}