-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 893 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 893 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
{
"name": "signalk-postgsail",
"version": "0.5.1",
"description": "Automatically log your sails and remotely monitor your boat with history. Your vessel logbook, monitoring and visibility open-source stack.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [
"signalk-node-server-plugin"
],
"author": "Francois Lacroix <xbgmsharp@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"axios": "^1.9.0",
"better-sqlite3": "^12.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xbgmsharp/signalk-postgsail.git"
},
"bugs": {
"url": "https://github.com/xbgmsharp/signalk-postgsail/issues"
},
"homepage": "https://github.com/xbgmsharp/signalk-postgsail#readme",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/xbgmsharp"
}
}