{
  "name": "mock-mongoose",
  "main": "built/mock-mongoose.js",
  "types": "built/mock-mongoose.d.ts",
  "description": "MockMongoose is an in memory database mock to allow for testing of applications that rely on Mongoose.",
  "version": "8.0.1a",
  "contributors": [
    {
      "name": "Anthony McCormick",
      "email": "anthony.mccormick@gmail.com"
    },
    {
      "name": "Sergey Zhirov",
      "email": "polarwolf@cscleague.org"
    }
  ],
  "keywords": [
    "mongodb",
    "mongoose",
    "datastore",
    "nosql",
    "typescript",
    "db",
    "database",
    "mock",
    "stub",
    "in memory"
  ],
  "scripts": {
    "test": "mocha",
    "build": "tsc"
  },
  "engines": {
    "node": ">=8"
  },
  "dependencies": {
    "async": "^3.0.0",
    "debug": "^4.1.1",
    "fs-extra": "^9.0.0",
    "https-proxy-agent": "^5.0.0",
    "mongodb-prebuilt": "^6.5.0",
    "portfinder": "^1.0.20",
    "rimraf": "^3.0.0",
    "uuid": "^7.0.1"
  },
  "devDependencies": {
    "@types/async": "^3.0.0",
    "@types/fs-extra": "^8.0.0",
    "@types/mongoose": "^5.5.0",
    "@types/node": "^13.11.1",
    "@types/node-uuid": "^0.0.28",
    "typescript": "^3.8.3",
    "chai": "^4.2.0",
    "mocha": "^7.1.1",
    "mongoose": "*"
  },
  "bugs": {
    "url": "https://github.com/CSTLeagueORG/MockMongoose/issues"
  },
  "repository": "CSTLeagueORG/Mockgoose",
  "homepage": "https://github.com/CSTLeagueORG/MockMongoose",
  "readmeFilename": "README.md",
  "license": "MIT"
}
