UNPKG

vitest-mongodb

Version:

Run your tests using Vitest and MongoDB in Memory server.

53 lines 1.27 kB
{ "name": "vitest-mongodb", "version": "1.0.1", "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": "^22.10.7", "@typescript-eslint/eslint-plugin": "^8.21.0", "@typescript-eslint/parser": "^8.21.0", "eslint": "^9.18.0", "prettier": "^3.4.2", "typescript": "^5.7.3", "unbuild": "^3.3.1", "vite": "^6.0.11", "vitest": "^3.0.3" }, "dependencies": { "debug": "^4.4.0", "mongodb-memory-server": "^10.1.3" }, "scripts": { "typecheck": "tsc", "build": "unbuild" } }