UNPKG

logzilla

Version:

Node.js Logging Adapter for Devebot

52 lines (51 loc) 1.15 kB
{ "name": "logzilla", "version": "0.4.0", "description": "Node.js Logging Adapter for Devebot", "main": "index.js", "directories": { "lib": "lib/" }, "files": [ "bin/", "dist/", "lib/" ], "scripts": { "build": "npx babel src -d lib", "prepublish": "npm run build", "pretest": "npm run build", "test": "mocha --recursive test/**/*-test.js" }, "repository": { "type": "git", "url": "git+https://github.com/devebot/logzilla.git" }, "keywords": [ "devebot", "logging" ], "author": { "name": "Devebot", "email": "contact@devebot.com", "url": "https://github.com/devebot" }, "license": "MIT", "bugs": { "url": "https://github.com/devebot/logzilla/issues" }, "homepage": "https://github.com/devebot/logzilla#readme", "dependencies": { "winston": "^2.4.7", "winston-daily-rotate-file": "^3.10.0" }, "devDependencies": { "@babel/cli": "^7.19.3", "@babel/core": "^7.20.2", "@babel/preset-env": "^7.20.2", "ajv": "^8.11.2", "babel-plugin-minify-mangle-names": "^0.5.1", "debug": "^3.1.0", "mocha": "^10.1.0" } }