2019-02-08 22:27:44 -08:00
|
|
|
{
|
2019-02-15 21:26:07 -08:00
|
|
|
"name": "@uci-utils/sync",
|
2020-02-20 22:50:08 -08:00
|
|
|
"version": "0.0.10",
|
2019-02-08 22:27:44 -08:00
|
|
|
"description": "module to copy, maintain, and launch hardware modules on other machines",
|
|
|
|
"main": "src/index.js",
|
|
|
|
"bin": {
|
2019-02-26 10:19:25 -08:00
|
|
|
"syncu": "./bin/sync-cli"
|
2019-02-08 22:27:44 -08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2019-02-10 22:25:17 -08:00
|
|
|
"sync": "node -r esm ./bin/sync",
|
|
|
|
"example": "node -r esm ./example/example",
|
|
|
|
"test": "./node_modules/.bin/mocha -r esm --timeout 30000",
|
2019-02-08 22:27:44 -08:00
|
|
|
"testd": "UCI_ENV=dev ./node_modules/.bin/nodemon --exec './node_modules/.bin/mocha -r esm --timeout 30000'",
|
2019-02-10 22:25:17 -08:00
|
|
|
"testdd": "UCI_LOG_LEVEL='trace' npm run testd",
|
|
|
|
"testde": "UCI_LOG_LEVEL='warn' npm run testd",
|
2019-02-15 21:26:07 -08:00
|
|
|
"testl": "UCI_ENV=pro UCI_LOG_PATH=./test/test.log 0 npm run test || exit 0"
|
2019-02-08 22:27:44 -08:00
|
|
|
},
|
|
|
|
"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": {
|
2020-02-20 22:50:08 -08:00
|
|
|
"@uci-utils/class-merge": "^1.0.3",
|
|
|
|
"@uci-utils/logger": "^0.0.16",
|
2019-08-10 19:13:30 -07:00
|
|
|
"@uci-utils/read-lines": "^0.2.2",
|
2019-02-17 14:45:08 -08:00
|
|
|
"@uci-utils/watcher": "^0.2.4",
|
2019-02-08 22:27:44 -08:00
|
|
|
"await-to-js": "^2.1.1",
|
2019-08-10 19:13:30 -07:00
|
|
|
"conf": "^5.0.0",
|
|
|
|
"debounce-fn": "^3.0.1",
|
2019-02-08 22:27:44 -08:00
|
|
|
"fs-read-data": "^1.0.4",
|
2019-08-10 19:13:30 -07:00
|
|
|
"path-exists": "^4.0.0",
|
|
|
|
"yargs": "^13.3.0"
|
2019-02-08 22:27:44 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^4.2.0",
|
2019-08-10 19:13:30 -07:00
|
|
|
"esm": "^3.2.25",
|
2019-03-17 13:38:36 -07:00
|
|
|
"mocha": "^6.x",
|
2019-08-10 19:13:30 -07:00
|
|
|
"nodemon": "^1.19.1",
|
2019-02-10 22:25:17 -08:00
|
|
|
"ondeath": "^1.0.0"
|
2019-02-08 22:27:44 -08:00
|
|
|
}
|
|
|
|
}
|