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