2018-04-05 15:46:45 -07:00
|
|
|
{
|
|
|
|
"name": "@uci/logger",
|
2019-01-25 20:33:53 -08:00
|
|
|
"version": "0.0.7",
|
2018-04-05 15:46:45 -07:00
|
|
|
"description": "Parent Logger for all UCI modules",
|
|
|
|
"main": "src/logger",
|
|
|
|
"scripts": {
|
2018-05-16 07:17:49 -07:00
|
|
|
"testw": "mocha -r esmtest/*.test.mjs --watch --recurse --watch-extensions mjs",
|
|
|
|
"test": "mocha -r esmtest/*.test.mjs",
|
2018-04-05 15:46:45 -07:00
|
|
|
"testci": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec --recursive && codecov || true",
|
2018-05-16 07:17:49 -07:00
|
|
|
"example": "node -r esm example/example",
|
2018-12-04 09:52:45 -08:00
|
|
|
"dev": "UCI_DEV=true ./node_modules/.bin/nodemon -r esm example/example",
|
|
|
|
"log": "UCI_LOG=true ./node_modules/.bin/nodemon -r esm example/example"
|
2018-04-05 15:46:45 -07:00
|
|
|
},
|
|
|
|
"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": {
|
2019-01-25 12:36:57 -08:00
|
|
|
"pino": "^5.11.1",
|
2019-01-25 12:36:40 -08:00
|
|
|
"pino-pretty": "^2.5.0"
|
2018-04-05 15:46:45 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-12-04 09:52:45 -08:00
|
|
|
"chai": "^4.2.0",
|
2018-04-05 15:46:45 -07:00
|
|
|
"chai-as-promised": "^7.1.1",
|
2018-12-04 09:52:45 -08:00
|
|
|
"codecov": "^3.1.0",
|
2019-01-25 12:36:57 -08:00
|
|
|
"esm": "^3.1.2",
|
2018-04-05 15:46:45 -07:00
|
|
|
"istanbul": "^0.4.5",
|
2018-12-04 09:52:45 -08:00
|
|
|
"mocha": "^5.2.0",
|
2019-01-25 12:36:57 -08:00
|
|
|
"nodemon": "^1.18.9"
|
2018-04-05 15:46:45 -07:00
|
|
|
}
|
|
|
|
}
|