{
  "name": "@imbricate/origin-mongo",
  "main": "index.js",
  "version": "1.5.0",
  "description": "File System Origin Implementation for MongoDB",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Imbricate/Imbricate-Origin-Mongo.git"
  },
  "keywords": [
    "imbricate",
    "note",
    "Mongodb"
  ],
  "author": "WMXPY",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Imbricate/Imbricate-Origin-Mongo/issues"
  },
  "homepage": "https://imbricate.io",
  "dependencies": {
    "@sudoo/uuid": "^1.1.0",
    "mongoose": "^8.4.1"
  },
  "peerDependencies": {
    "@imbricate/core": "*"
  }
}