43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "@uci/mcp",
|
|
"main": "src",
|
|
"version": "0.3.0",
|
|
"description": "Classes and Helper Functions for using the MCP chip on I2C Bus",
|
|
"scripts": {
|
|
"outputs": "./node_modules/.bin/nodemon -r esm --preserve-symlinks examples/outputs",
|
|
"switches": "./node_modules/.bin/nodemon -r esm --preserve-symlinks examples/switches",
|
|
"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",
|
|
"sample": "node demo/sample.js",
|
|
"inter": "sudo node -r esm examples/interrupt"
|
|
},
|
|
"author": "David Kebler",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/uCOMmandIt/uci-mcp.git"
|
|
},
|
|
"keywords": [
|
|
"node.js",
|
|
"microchip",
|
|
"i2c"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/uCOMmandIt/uci-mcp/issues"
|
|
},
|
|
"homepage": "https://github.com/uCOMmandIt/uci-mcp#readme",
|
|
"dependencies": {
|
|
"@uci-utils/byte": "^0.2.3",
|
|
"@uci-utils/logger": "0.0.16",
|
|
"@uci/i2c-device": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"esm": "^3.2.25",
|
|
"mocha": "^7.1.0",
|
|
"nodemon": "^2.0.2"
|
|
}
|
|
}
|