uci-utils-watcher/package.json

45 lines
1.3 KiB
JSON
Executable File

{
"name": "@uci-utils/watcher",
"version": "0.6.2",
"description": "File System Watcher Class that emits events",
"main": "src/watcher.js",
"type": "module",
"scripts": {
"exampled": "UCI_ENV=dev UCI_LOG_LEVEL=debug ./node_modules/.bin/nodemon ./example/example.js",
"test": "./node_modules/.bin/mocha --timeout 30000",
"testd": "UCI_ENV=dev ./node_modules/.bin/nodemon --exec './node_modules/.bin/mocha --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.2.0",
"@uci-utils/read-lines": "^0.3.0",
"chokidar": "^3.5.1",
"debounce-fn": "^5.0.0"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^8.3.2",
"nodemon": "^2.0.7",
"ondeath": "^1.0.0"
}
}