{ "name": "@uci/device", "version": "0.1.0", "description": "Mutli Level/Transport Message/Event Classes", "main": "index.js", "scripts": { "testw": "node -r @std/esm ./node_modules/.bin/_mocha ./test --compilers=mjs:@std/esm --reporter list --recursive --watch", "test": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec --recursive && codecov || true" }, "author": "David Kebler", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/uCOMmandIt/message.git" }, "keywords": [ "node.js", "i2c", "rpi", "raspberrypi" ], "bugs": { "url": "https://github.com/uCOMmandIt/message/issues" }, "homepage": "https://github.com/uCOMmandIt/message#readme", "dependencies": { "@uci/require-all": "^2.x", "aggregation": "^1.2.1", "node-ipc": "^9.1.1" }, "@std/esm": "cjs", "devDependencies": { "@std/esm": "^0.18.0", "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "codecov": "^3.0.0", "istanbul": "^0.4.5", "mocha": "^4.0.1" } }