{
  "name": "@xylabs/mongo",
  "version": "6.1.3",
  "description": "Base functionality used throughout XYO TypeScript/JavaScript libraries that access Mongo DB",
  "keywords": [
    "mongo",
    "mongodb",
    "xylabs",
    "utility",
    "typescript",
    "esm"
  ],
  "homepage": "https://xylabs.com",
  "bugs": {
    "url": "git+https://github.com/xylabs/sdk-js/issues",
    "email": "support@xylabs.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xylabs/sdk-js.git"
  },
  "license": "LGPL-3.0-only",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "node": {
        "types": "./dist/node/index.d.ts",
        "default": "./dist/node/index.mjs"
      }
    },
    "./model": {
      "node": {
        "types": "./dist/node/model.d.ts",
        "default": "./dist/node/model.mjs"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "!**/*.bench.*",
    "!**/*.spec.*",
    "!**/*.test.*",
    "README.md"
  ],
  "dependencies": {
    "@xylabs/assert": "~6.1.3"
  },
  "devDependencies": {
    "@types/node": "^25.9.2",
    "@xylabs/toolchain": "^8.1.20",
    "@xylabs/tsconfig": "^8.1.20",
    "eslint": "^10.4.1",
    "mongodb": "^7.3.0",
    "typescript": "^6.0.3",
    "vite": "^8.0.16",
    "vitest": "^4.1.8"
  },
  "peerDependencies": {
    "mongodb": "^7.2"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  }
}