-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.25 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
{
"name": "signalk-barograph",
"version": "0.6.2",
"description": "SignalK plugin to influx environment data & Barograph to visualize atmospheric pressure",
"main": "index.js",
"dependencies": {
"@influxdata/influxdb-client": "^1.33.2",
"@influxdata/influxdb-client-apis": "^1.33.2",
"@octokit/core": "^3.6.0",
"@signalk/signalk-schema": "^1.7.2",
"axios": "^1.7.2",
"barometer-trend": "^2.2.6",
"debug": "^4.3.4"
},
"devDependencies": {
"@signalk/github-create-release": "^1.2.1"
},
"scripts": {
"test": "$NODE $npm_package_main",
"create-release": "github-create-release --owner tkrofta --repository signalk-barograph",
"release": "git tag -d v$npm_package_version; git tag v$npm_package_version && git push --tags && git push && npm run create-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tkrofta/signalk-barograph-plugin.git"
},
"keywords": [
"signalk-node-server-plugin",
"signalk-embeddable-webapp",
"signalk-category-weather"
],
"author": "Inspired Technologies",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/tkrofta/signalk-barograph-plugin/issues"
},
"homepage": "https://github.com/tkrofta/signalk-barograph-plugin"
}