uci-utils-ssh/package.json

48 lines
1.3 KiB
JSON

{
"name": "@uci-utils/ssh",
"version": "0.0.4",
"description": "ssh client cli and api, a wrapper on ssh2",
"main": "src/ssh.js",
"bin": {
"ssh": "./bin/ssh.js"
},
"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",
"testibc": "istanbul cover ./node_modules/.bin/_mocha test/ --report lcovonly -- -R spec --recursive && codecov || true"
},
"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.13",
"await-to-js": "^2.1.1",
"conf": "^2.2.0",
"esm": "^3.2.4",
"fs-read-data": "^1.0.4",
"ssh2": "^0.8.2",
"yargs": "^13.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-arrays": "^2.0.0",
"codecov": "^3.1.0",
"istanbul": "^0.4.5",
"mocha": "^5.x",
"nodemon": "^1.18.9"
}
}