{
  "name": "vitest-mongodb",
  "version": "1.0.3",
  "description": "Run your tests using Vitest and MongoDB in Memory server.",
  "author": "Enoch Chau <enoch965@gmail.com>",
  "homepage": "https://github.com/ec965/vitest-mongodb#readme",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ec965/vitest-mongodb.git"
  },
  "bugs": {
    "url": "https://github.com/ec965/vitest-mongodb/issues"
  },
  "keywords": [
    "vitest",
    "vite",
    "mongodb-memory-server"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/debug": "^4.1.12",
    "@types/node": "^24.10.1",
    "@typescript-eslint/eslint-plugin": "^8.47.0",
    "@typescript-eslint/parser": "^8.47.0",
    "eslint": "^9.39.1",
    "prettier": "^3.6.2",
    "typescript": "^5.9.3",
    "unbuild": "^3.6.1",
    "vite": "^7.2.4",
    "vitest": "^4.0.13"
  },
  "dependencies": {
    "debug": "^4.4.3",
    "mongodb-memory-server": "^10.3.0"
  },
  "scripts": {
    "typecheck": "tsc",
    "build": "unbuild"
  }
}