-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.53 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.53 KB
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
{
"author": "kdm <kennygprs@gmail.com>",
"bin": {
"bmwcd": "bin/bmwcd"
},
"bugs": {
"url": "https://github.com/kmalinich/node-bmw-client/issues"
},
"dependencies": {
"callers-path": "^1.0.5",
"defaults-deep": "^0.2.4",
"express": "^5.1.0",
"json-colorizer": "^3.0.1",
"json-socket": "^0.3.0",
"jsonfile": "^6.1.0",
"kodi-ws": "^2.4.3",
"moment": "^2.30.1",
"node-unit-conversion": "^0.1.1",
"object-path": "^0.11.8",
"pad": "^3.3.0",
"socket.io": "^4.8.1",
"suncalc": "^1.9.0",
"trucolor": "2.0.4"
},
"description": "NodeJS-powered BMW interface",
"devDependencies": {
"@eslint/js": "^9.29.0",
"eslint": "^9.29.0",
"eslint-plugin-n": "^17.20.0",
"eslint-plugin-promise": "^7.2.1",
"globals": "^16.2.0"
},
"directories": {
"lib": "./lib",
"share": "./share"
},
"engines": {
"node": ">=23"
},
"homepage": "https://github.com/kmalinich/node-bmw-client#readme",
"keywords": [
"bmw",
"canbus",
"dbus",
"dcan",
"ibus",
"kbus",
"kcan"
],
"license": "MIT",
"main": "./index.js",
"name": "node-bmw-client",
"optionalDependencies": {
"dbus-native": "^0.4.0",
"lm_sensors.js": "^0.5.1",
"node-cec": "github:kmalinich/node-cec",
"onoff": "^6.0.3",
"pi-temperature": "^3.0.0",
"rpi-hdmi": "github:kmalinich/rpi-hdmi"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kmalinich/node-bmw-client.git"
},
"scripts": {
"lint": "eslint --ignore-pattern 'test/*' .",
"preinstall": "/usr/bin/env bash ./bin/preinstall"
},
"type": "commonjs",
"version": "0.0.1"
}