52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
|
{
|
||
|
"name": "@uci/remote-code",
|
||
|
"version": "0.0.2",
|
||
|
"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/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-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/logger": "0.0.10",
|
||
|
"aggregation": "^1.2.5",
|
||
|
"await-to-js": "^2.1.1",
|
||
|
"chokidar": "^2.0.4",
|
||
|
"conf": "^2.2.0",
|
||
|
"esm": "^3.1.4",
|
||
|
"fs-read-data": "^1.0.4",
|
||
|
"globby": "^9.0.0",
|
||
|
"p-settle": "^2.1.0",
|
||
|
"path-exists": "^3.0.0",
|
||
|
"yargs": "^12.0.5"
|
||
|
},
|
||
|
"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"
|
||
|
}
|
||
|
}
|