0.1.36 update deps
parent
6b137abb71
commit
d3f905e86c
21
package.json
21
package.json
|
@ -1,15 +1,14 @@
|
|||
{
|
||||
"name": "@uci/mcp",
|
||||
"main": "src",
|
||||
"version": "0.1.33",
|
||||
"version": "0.1.36",
|
||||
"description": "Classes and Helper Functions for using the MCP chip on I2C Bus",
|
||||
"scripts": {
|
||||
"relays": "node -r esm examples/relays",
|
||||
"swrl": "UCI_LOG=true node -r esm examples/mcp-switch-relay | pino-colada",
|
||||
"swrl": "UCI_ENV=dev node -r esm examples/mcp-switch-relay",
|
||||
"swr": "node -r esm examples/mcp-switch-relay",
|
||||
"test": "./node_modules/.bin/mocha --reporter list --timeout 30000",
|
||||
"testw": "./node_modules/.bin/mocha --reporter list -- watch --timeout 30000",
|
||||
"testibc": "istanbul cover ./node_modules/.bin/_mocha test/ --report lcovonly -- -R spec --recursive && codecov || true",
|
||||
"sample": "node demo/sample.js",
|
||||
"inter": "sudo node -r esm examples/interrupt"
|
||||
},
|
||||
|
@ -29,16 +28,14 @@
|
|||
},
|
||||
"homepage": "https://github.com/uCOMmandIt/uci-mcp#readme",
|
||||
"dependencies": {
|
||||
"@uci/i2c-device": "^0.1.17",
|
||||
"@uci-utils/logger": "0.0.14",
|
||||
"@uci-utils/byte": "^0.2.2"
|
||||
"@uci/i2c-device": "^0.1.21",
|
||||
"@uci-utils/logger": "^0.0.15",
|
||||
"@uci-utils/byte": "^0.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.1.2",
|
||||
"codecov": "^3.0.0",
|
||||
"esm": "^3.0.22",
|
||||
"istanbul": "^0.4.5",
|
||||
"mocha": "^5.0.1",
|
||||
"nodemon": "^1.15.1"
|
||||
"chai": "^4.2.0",
|
||||
"esm": "^3.2.25",
|
||||
"mocha": "^6.2.2",
|
||||
"nodemon": "^1.19.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue