{ "name": "@uci/logger", "version": "0.0.1", "description": "Parent Logger for all UCI modules", "main": "src/logger", "scripts": { "testw": "mocha -r @std/esm test/*.test.mjs --watch --recurse --watch-extensions mjs", "test": "mocha -r @std/esm test/*.test.mjs", "testci": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec --recursive && codecov || true", "example": "node -r @std/esm example/example", "dev": "./node_modules/.bin/nodemon -r @std/esm -e mjs example/example" }, "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": { "pino": "^4.10.3" }, "@std/esm": "cjs", "devDependencies": { "@std/esm": "^0.18.0", "nodemon": "^1.14.3", "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "codecov": "^3.0.0", "istanbul": "^0.4.5", "mocha": "^4.0.1" } }