uci-utils-sync/package.json

60 lines
1.5 KiB
JSON
Executable File

{
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "./node_modules/.bin/mocha --timeout 30000",
"sync": "node ./bin/sync",
"example": "node ./example/example",
"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",
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"chai": "^4.3.4",
"eslint": "^7.29.0",
"eslint-config-standard": "^16.0.3",
"mocha": "^9.x",
"nodemon": "^2.0.12",
"ondeath": "^1.0.0"
},
"keywords": [
"node.js",
"I2C",
"raspberryPi"
],
"name": "@uci-utils/sync",
"version": "0.0.10",
"description": "module to copy, maintain, and launch hardware modules on other machines",
"bin": {
"syncu": "./bin/sync-cli"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uCOMmandIt/uci-remote-code.git"
},
"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",
"js-yaml": "^3.14.1",
"load-yaml-file": "^0.2.0",
"path-exists": "^4.0.0",
"write-yaml-file": "^4.2.0",
"yargs": "^17.0.1"
}
}