sailkick-boat 0.13.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,41 @@
1
+ {
2
+ "name": "sailkick-boat",
3
+ "version": "0.13.4",
4
+ "description": "EARLY ALPHA — boat-side companion for the sailkick platform (not yet publicly available; self-hosters only). Gapless telemetry sync to InfluxDB, offline-first caching mirror of the sailkick host, and local telemetry + history endpoints from the boat's own data.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "node --test"
8
+ },
9
+ "keywords": [
10
+ "signalk-node-server-plugin",
11
+ "signalk",
12
+ "sailkick",
13
+ "influxdb",
14
+ "offline",
15
+ "cache",
16
+ "proxy"
17
+ ],
18
+ "author": "lauchat",
19
+ "license": "MIT",
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "git+https://github.com/lauchat/sailkick-boat.git"
23
+ },
24
+ "bugs": {
25
+ "url": "https://github.com/lauchat/sailkick-boat/issues"
26
+ },
27
+ "homepage": "https://github.com/lauchat/sailkick-boat#readme",
28
+ "engines": {
29
+ "node": ">=18"
30
+ },
31
+ "dependencies": {},
32
+ "devDependencies": {
33
+ "express": "^4.19.2"
34
+ },
35
+ "files": [
36
+ "index.js",
37
+ "lib/",
38
+ "README.md",
39
+ "LICENSE"
40
+ ]
41
+ }