name: '@uci-utils/sync' version: 0.0.10 description: module to copy, maintain, and launch hardware modules on other machines main: src/index.js bin: syncu: ./bin/sync-cli type: module scripts: sync: node ./bin/sync example: node ./example/example test: ./node_modules/.bin/mocha --timeout 30000 testd: UCI_ENV=dev ./node_modules/.bin/nodemon --exec 'npm run test' 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/class-merge': ^1.1.0 '@uci-utils/logger': ^0.1.0 '@uci-utils/read-lines': ^0.3.0 '@uci-utils/watcher': ^0.6.1 await-to-js: ^3.0.0 conf: ^10.0.1 debounce-fn: ^5.0.0 load-yaml-file: ^0.2.0 path-exists: ^4.0.0 write-yaml-file: ^4.2.0 yargs: ^17.0.1 devDependencies: chai: ^4.3.4 mocha: ^9.x nodemon: ^2.0.12 ondeath: ^1.0.0