{
  "name": "pino-mongodb",
  "version": "5.0.0",
  "description": "Insert JSON from stdin into MongoDB",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "borp --coverage test/log.js",
    "test:end2end": "npm test && borp 'test/end-to-end/*.js'",
    "lint": "eslint .",
    "lint:fix": "npm run lint -- --fix",
    "help": "./pino-mongodb.js --help > HELP.md",
    "trial": "./trial/run.sh"
  },
  "main": "pino-mongodb.js",
  "bin": "pino-mongodb.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/pinojs/pino-mongodb.git"
  },
  "keywords": [
    "pino",
    "mongo",
    "mongodb",
    "pino-mongodb",
    "logs",
    "logger"
  ],
  "author": "Viktor Kuroljov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pinojs/pino-mongodb/issues"
  },
  "homepage": "https://github.com/pinojs/pino-mongodb",
  "dependencies": {
    "carrier": "^0.3",
    "commander": "^14.0.2",
    "mongodb": "^6.20.0",
    "muri": "^1.3",
    "pino-abstract-transport": "^3.0.0"
  },
  "devDependencies": {
    "borp": "^0.21.0",
    "eslint": "^9.39.1",
    "neostandard": "^0.12.2",
    "pino": "^10.1.0"
  }
}
