UNPKG

@starryinternet/jobi

Version:

Tiny logging utility with events and streams

46 lines (45 loc) 1.08 kB
{ "name": "@starryinternet/jobi", "version": "1.2.0", "description": "Tiny logging utility with events and streams", "keywords": [ "logging", "logger", "logs", "log", "jobi", "wood" ], "main": "index.js", "repository": { "type": "git", "url": "git@github.com:StarryInternet/jobi.git" }, "license": "MIT", "bugs": { "url": "https://github.com/StarryInternet/jobi/issues" }, "homepage": "https://github.com/StarryInternet/jobi", "engines": { "node": ">=8.3.0" }, "scripts": { "lint": "eslint .", "mocha": "NODE_ENV=test mocha test/tests --require test/globals.js --recursive --exit", "nyc": "nyc npm run mocha", "test": "npm run lint && npm run nyc" }, "devDependencies": { "@starryinternet/eslint-config-starry": "10.0.0", "@starryinternet/nyc-config-starry": "1.0.0", "eslint-plugin-mocha": "8.0.0", "chai": "4.2.0", "eslint": "7.14.0", "mocha": "8.2.1", "nyc": "15.1.0", "sinon": "9.2.1" }, "nyc": { "extends": "@starryinternet/nyc-config-starry" } }