run snyk checks and lint packages, bump notify.

This commit is contained in:
Dave Conway-Jones
2022-01-22 22:23:41 +00:00
parent 328aa1fb52
commit 5c333db0dd
13 changed files with 171 additions and 129 deletions

View File

@@ -1,19 +1,25 @@
{
"name" : "node-red-node-pi-mcp3008",
"version" : "0.5.2",
"description" : "A Node-RED node to read from the MCP3008 Analogue to Digital Converter",
"dependencies" : {
"name": "node-red-node-pi-mcp3008",
"version": "0.5.2",
"description": "A Node-RED node to read from the MCP3008 Analogue to Digital Converter",
"dependencies": {
"mcp-spi-adc": "^3.2.0"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes.git",
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/hardware/mcp3008"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "pi", "adc", "mcp", "a/d converter" ],
"node-red" : {
"nodes" : {
"keywords": [
"node-red",
"pi",
"adc",
"mcp",
"a/d converter"
],
"node-red": {
"nodes": {
"pimcp3008": "pimcp3008.js"
}
},