uci-interrupt/package.json

50 lines
1.6 KiB
JSON

{
"name": "@uci/interrupt",
"main": "src",
"version": "0.3.3",
"description": "a class for adding interrupt processesing for gpio pins on Raspberry Pi and Similar SBCs",
"scripts": {
"single": "node -r esm examples/single",
"single:dev": "UCI_ENV=dev ./node_modules/.bin/nodemon -r esm --preserve-symlinks examples/single",
"single:debug": "UCI_LOG_LEVEL=debug npm run single:dev",
"multi": "node -r esm examples/multi",
"multi:dev": "UCI_ENV=dev ./node_modules/.bin/nodemon -r esm --preserve-symlinks examples/multi",
"multi:debug": "UCI_LOG_LEVEL=debug npm run multi:dev",
"remote": "node -r esm examples/remote",
"remote:dev": "UCI_ENV=dev ./node_modules/.bin/nodemon -r esm --preserve-symlinks examples/remote",
"remote:debug": "UCI_LOG_LEVEL=debug npm run remote:dev",
"yalcu": "./node_modules/.bin/nodemon --watch /home/sysadmin/.yalc/**/*.js --exec /opt/node-global-apps/bin/yalc update"
},
"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.18",
"@uci/base": "^0.5.4",
"death": "^1.1.0",
"onoff": "^6.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"esm": "^3.2.25",
"fs-read-data": "^1.0.4",
"mocha": "^8.0.1",
"nodemon": "^2.0.4",
"ondeath": "^1.0.0"
}
}