UNPKG

logolite

Version:

Lite Virtual Logger and Writer

56 lines (55 loc) 1.5 kB
{ "name": "logolite", "version": "0.4.0", "description": "Lite Virtual Logger and Writer", "main": "index.js", "files": [ "bin/", "lib/", "debug.js", "envtool.js", "uuidv1.js", "uuidv4.js" ], "scripts": { "build": "babel ./src -d ./lib", "build-client": "gulp build", "clean": "rm -rf ./lib", "clean-client": "gulp clean", "prepublish": "npm run clean && cross-env NODE_ENV=${DEVEBOT_NODE_ENV:-production} npm run build", "pretest": "npm run clean && cross-env NODE_ENV=${DEVEBOT_NODE_ENV:-test} npm run build", "test": "mocha --recursive ./test/**/*-test.js", "verify": "npm run prepublish && mocha --recursive ./test/**/*-test.js", "eslint": "eslint ./src/ --quiet" }, "repository": { "type": "git", "url": "git+https://github.com/devebot/logolite.git" }, "author": "devebot", "license": "MIT", "keywords": [ "logging", "adapter", "devebot" ], "dependencies": { "app-root-path": "^3.1.0", "debug": "^4.1.1", "idstream": "^0.3.0" }, "devDependencies": { "@babel/cli": "^7.19.3", "@babel/core": "^7.20.2", "@babel/preset-env": "^7.20.2", "babel-plugin-minify-mangle-names": "^0.5.1", "cross-env": "^5.2.0", "eslint": "^5.16.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-node": "^7.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "mocha": "^10.1.0" } }