UNPKG

pelias-logger

Version:

The centralized logger package for Pelias.

46 lines (45 loc) 877 B
{ "name": "pelias-logger", "version": "1.6.0", "description": "The centralized logger package for Pelias.", "engines": { "node": ">=10.0.0" }, "keywords": [ "pelias", "logger" ], "author": "mapzen", "main": "index.js", "devDependencies": { "precommit-hook": "^3.0.0" }, "dependencies": { "pelias-config": "^5.0.1", "winston": "^2.4.5" }, "scripts": { "units": "node test/units.js", "test": "npm run units", "ci": "npm run units", "lint": "jshint .", "validate": "npm ls" }, "repository": { "type": "git", "url": "https://github.com/pelias/logger" }, "license": "MIT", "bugs": { "url": "https://github.com/pelias/logger/issues" }, "homepage": "https://github.com/pelias/logger", "pre-commit": [ "lint", "validate", "test" ], "release": { "success": [] } }