uci-gpio/package.json

42 lines
1.0 KiB
JSON

{
"name": "@uci/gpio",
"main": "src",
"version": "0.1.14",
"description": "a class for adding simple on/off read of GPIO pins on SBCs including Raspberry Pi",
"scripts": {
"client:tcp": "node -r esm examples/tcp-client",
"relays": "node --r esm examples/relays",
"relays:dev": "UCI_ENV=dev ./node_modules/.bin/nodemon -r esm examples/relays"
},
"author": "David Kebler",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/uCOMmandIt/uci-interrrupt.git"
},
"keywords": [
"node.js",
"communication",
"serial",
"utilities",
"helpers"
],
"bugs": {
"url": "https://github.com/uCOMmandIt/uci-interrrupt/issues"
},
"homepage": "https://github.com/uCOMmandIt/uci-interrrupt#readme",
"dependencies": {
"@uci-utils/logger": "^0.0.15",
"@uci/base": "^0.1.27",
"death": "^1.1.0",
"onoff": "^4.1.4",
"p-settle": "^3.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"esm": "^3.2.25",
"mocha": "^6.2.0",
"nodemon": "^1.19.2"
}
}