{ "name": "@uci/base", "version": "0.1.26", "description": "Multi type and transport JSON packet communication base class. Used in UCI extended classes", "main": "src/base", "scripts": { "fiod": "UCI_ENV=dev ./node_modules/.bin/nodemon -r esm --preserve-symlinks examples/four-in-one", "fio": "nodemon -r esm examples/four-in-one", "test": "UCI_ENV=dev nodemon -r esm --preserve-symlinks test/test", "mtestw": "mocha -r esm test/*.test.mjs --watch --recurse ", "mtest": "mocha -r esm test/*.test.mjs" }, "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", "devDependencies": { "chai": "^4.2.0", "esm": "^3.2.25", "mocha": "^6.2.0", "nodemon": "^1.19.1" }, "dependencies": { "@uci-utils/bind-funcs": "^0.2.4", "@uci-utils/logger": "^0.0.15", "@uci/mqtt": "^0.1.12", "@uci/socket": "^0.2.19", "@uci/websocket": "^0.3.8", "await-to-js": "^2.1.1", "p-reflect": "^2.1.0", "p-settle": "^3.1.0" } }