{ "name": "@uci-utils/logger", "version": "0.0.16", "description": "Parent Logger for all UCI modules", "main": "src/logger", "scripts": { "testd": "./node_modules/.bin/nodemon --exec './node_modules/.bin/mocha -r esm --timeout 30000'", "test": "./node_modules/.bin/mocha -r esm --timeout 30000 || exit 0", "dev": "UCI_ENV=dev ./node_modules/.bin/nodemon -r esm example/example", "dev:verbose": "UCI_LOG_PRETTY='verbose' npm run dev", "dev:terse": "UCI_LOG_PRETTY='terse' npm run dev", "dev:where": "UCI_LOG_PRETTY='where' npm run dev", "dev:filter:line": "UCI_LOG_PRETTY='{\"filter\":[\"line\"]}' npm run dev", "dev:include": "UCI_LOG_PRETTY='{\"include\":\"package,appName\"}' npm run dev", "dev:trace": "UCI_LOG_LEVEL=trace npm run dev", "dev:warn": "UCI_LOG_LEVEL=warn npm run dev", "dev:info:only": "UCI_LOG_SEARCH='level==`30`' npm run dev", "dev:fatal:only": "UCI_LOG_SEARCH='level==`60`' npm run dev", "dev:json": "UCI_LOG_LEVEL=trace UCI_LOG_JSON=true npm run dev", "pro": "UCI_ENV='pro' node -r esm example/example", "pro:path": "UCI_LOG_PATH=./example/example.log npm run pro" }, "author": "David Kebler", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/uCOMmandIt/uci-changeme.git" }, "keywords": [ "node.js", "I2C", "raspberryPi" ], "bugs": { "url": "https://github.com/uCOMmandIt/uci-changeme/issues" }, "homepage": "https://github.com/uCOMmandIt/uci-changeme#readme", "dependencies": { "env-paths": "^2.2.0", "make-dir": "^3.0.0", "pino": "^5.13.2", "pino-pretty": "^3.2.0" }, "devDependencies": { "chai": "^4.2.0", "esm": "^3.2.25", "mocha": "^6.2.0", "nodemon": "^1.19.1", "test-console": "^1.1.0" } }