We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c494d commit 81e2dedCopy full SHA for 81e2ded
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@jcoreio/sparkplug-payload",
3
"version": "0.0.0-development",
4
- "description": "my personal ES2015 library project skeleton",
+ "description": "routines for encoding and decoding sparkplug payloads",
5
"sideEffects": false,
6
"scripts": {
7
"tsc:watch": "npm run tsc -- --watch",
@@ -15,7 +15,8 @@
15
"url": "https://github.com/jcoreio/sparkplug-payload.git"
16
},
17
"keywords": [
18
- "typescript"
+ "mqtt",
19
+ "sparkplug"
20
],
21
"author": "Andy Edwards",
22
"license": "MIT",
0 commit comments