uci-utils-sync/package.json

53 lines
1.5 KiB
JSON

{
"name": "@uci-utils/sync",
"version": "0.0.4",
"description": "module to copy, maintain, and launch hardware modules on other machines",
"main": "src/index.js",
"bin": {
"ssh": "./bin/ssh.js"
},
"scripts": {
"sync": "node -r esm ./bin/sync",
"example": "node -r esm ./example/example",
"test": "./node_modules/.bin/mocha -r esm --timeout 30000",
"testd": "UCI_ENV=dev ./node_modules/.bin/nodemon --exec './node_modules/.bin/mocha -r esm --timeout 30000'",
"testdd": "UCI_LOG_LEVEL='trace' npm run testd",
"testde": "UCI_LOG_LEVEL='warn' npm run testd",
"testl": "UCI_ENV=pro UCI_LOG_PATH=./test/test.log 0 npm run test || exit 0"
},
"author": "David Kebler",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/uCOMmandIt/uci-remote-code.git"
},
"keywords": [
"node.js",
"I2C",
"raspberryPi"
],
"bugs": {
"url": "https://github.com/uCOMmandIt/uci-remote-code/issues"
},
"homepage": "https://github.com/uCOMmandIt/uci-remote-code#readme",
"dependencies": {
"@uci-utils/logger": "0.0.13",
"@uci-utils/read-lines": "^0.2.1",
"@uci-utils/watcher": "^0.2.1",
"aggregation": "^1.2.5",
"await-to-js": "^2.1.1",
"conf": "^2.2.0",
"debounce-fn": "^1.0.0",
"esm": "^3.2.4",
"fs-read-data": "^1.0.4",
"path-exists": "^3.0.0",
"yargs": "^13.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.x",
"nodemon": "^1.18.9",
"ondeath": "^1.0.0"
}
}