43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "@uci/logger",
|
|
"version": "0.0.7",
|
|
"description": "Parent Logger for all UCI modules",
|
|
"main": "src/logger",
|
|
"scripts": {
|
|
"testw": "mocha -r esmtest/*.test.mjs --watch --recurse --watch-extensions mjs",
|
|
"test": "mocha -r esmtest/*.test.mjs",
|
|
"testci": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec --recursive && codecov || true",
|
|
"example": "node -r esm example/example",
|
|
"dev": "UCI_DEV=true ./node_modules/.bin/nodemon -r esm example/example",
|
|
"log": "UCI_LOG=true ./node_modules/.bin/nodemon -r esm 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": "^5.11.1",
|
|
"pino-pretty": "^2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"chai-as-promised": "^7.1.1",
|
|
"codecov": "^3.1.0",
|
|
"esm": "^3.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^5.2.0",
|
|
"nodemon": "^1.18.9"
|
|
}
|
|
}
|