UNPKG

zyx-mongodb

Version:

Implments function to create mongodb connections and winston logger using mongodb

38 lines (37 loc) 941 B
{ "name": "zyx-mongodb", "version": "0.30.0", "description": "Implments function to create mongodb connections and winston logger using mongodb", "main": "index.js", "scripts": { "dev": "NODE_ENV=dev nodemon index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/miketerry-org/zyx-mongodb.git" }, "keywords": [ "zyx", "express", "mongodb", "mongoose", "winston" ], "author": "Mike Terry", "license": "MIT", "bugs": { "url": "https://github.com/miketerry-org/zyx-mongodb/issues" }, "homepage": "https://github.com/miketerry-org/zyx-mongodb#readme", "dependencies": { "mongodb": "^6.18.0", "mongoose": "^8.17.2", "winston": "^3.17.0", "winston-mongodb": "^7.0.1", "zyx-base": "^0.30.0", "zyx-env": "^0.30.0", "zyx-schema": "^0.30.0", "zyx-system": "^0.30.0" } }