forked from sbender9/signalk-netgear-lte-status
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 880 Bytes
/
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
{
"name": "signalk-netgear-lte-status",
"version": "1.1.1",
"description": "SignalK Node Server Plugin that gets status from a netgear lte-modem",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"create-release": "github-create-release --owner sbender9 --repository signalk-netgear-lte-status",
"release": "git tag -d v$npm_package_version && git tag v$npm_package_version && git push --tags && git push && npm run create-release"
},
"keywords": [
"signalk-node-server-plugin"
],
"author": "[email protected]",
"license": "Apache-2.0",
"dependencies": {
"lodash": "^4.17.19",
"node-fetch": "^2.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/sbender9/signalk-netgear-lte-status"
},
"devDependencies": {
"@signalk/github-create-release": "^1.2.0"
}
}