47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"name": "@uci/interrupt",
|
|
"main": "src",
|
|
"version": "0.2.25",
|
|
"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"
|
|
},
|
|
"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.30",
|
|
"death": "^1.1.0",
|
|
"onoff": "^4.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"esm": "^3.2.25",
|
|
"mocha": "^6.2.0",
|
|
"nodemon": "^1.19.2"
|
|
}
|
|
}
|