{ "name": "@uci-utils/ssh", "version": "0.0.5", "description": "ssh client cli and api, a wrapper on ssh2", "main": "src/ssh.js", "bin": { "sshu": "./bin/ssh-cli" }, "scripts": { "ssh": "node -r esm ./bin/ssh", "testd": "UCI_ENV=dev ./node_modules/.bin/nodemon --exec './node_modules/.bin/mocha -r esm --timeout 30000'", "test": "UCI_ENV=pro UCI_LOG_PATH=./test/test.log ./node_modules/.bin/mocha -r esm --timeout 30000 || exit 0" }, "author": "David Kebler", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/uCOMmandIt/uci-ssh.git" }, "keywords": [ "node.js", "I2C", "raspberryPi" ], "bugs": { "url": "https://github.com/uCOMmandIt/uci-ssh/issues" }, "homepage": "https://github.com/uCOMmandIt/uci-ssh#readme", "dependencies": { "@uci-utils/logger": "^0.0.15", "await-to-js": "^2.1.1", "conf": "^5.0.0", "fs-read-data": "^1.0.4", "ssh2": "^0.8.5", "yargs": "^13.3.0" }, "devDependencies": { "chai": "^4.2.0", "esm": "^3.2.25", "mocha": "^6.x", "nodemon": "^1.19.1" } }