{
  "name": "mongodb-memory-server",
  "version": "6.6.3",
  "description": "MongoDB Server for testing (auto-download latest version). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.",
  "main": "index.js",
  "types": "index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nodkz/mongodb-memory-server.git",
    "directory": "packages/mongodb-memory-server"
  },
  "homepage": "https://github.com/nodkz/mongodb-memory-server",
  "keywords": [
    "mongodb",
    "mongoose",
    "mock",
    "stub",
    "mockgoose",
    "mongodb-prebuilt",
    "mongomem"
  ],
  "dependencies": {
    "mongodb-memory-server-core": "6.6.3"
  },
  "scripts": {
    "postinstall": "node ./postinstall.js"
  },
  "gitHead": "5d662645bf3a9828709d27f749cc3bbbfd8d2395"
}
