{ "name": "@uci-utils/watcher", "version": "0.2.5", "description": "File System Watcher Class that emits events", "main": "src/watcher.js", "scripts": { "example": "node -r esm ./example/example.js", "exampled": "UCI_ENV=dev UCI_LOG_LEVEL=debug ./node_modules/.bin/nodemon -r esm ./example/example.js", "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' || exit 0", "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-utils.git" }, "keywords": [ "node.js", "utilities", "read", "write", "helpers" ], "bugs": { "url": "https://github.com/uCOMmandIt/uci-utils/issues" }, "homepage": "https://github.com/uCOMmandIt/uci-utils#readme", "dependencies": { "@uci-utils/logger": "0.0.16", "@uci-utils/read-lines": "^0.2.2", "chokidar": "^3.0.2" }, "devDependencies": { "chai": "^4.2.0", "esm": "^3.2.25", "mocha": "^6.2.0", "nodemon": "^1.19.1", "ondeath": "^1.0.0" } }