{
	"name": "@lucia-auth/adapter-mongodb",
	"version": "1.0.2",
	"description": "MongoDB adapter for Lucia",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"module": "dist/index.js",
	"type": "module",
	"files": [
		"/dist/",
		"CHANGELOG.md"
	],
	"scripts": {
		"build": "shx rm -rf ./dist/* && tsc",
		"test.mongodb": "tsx tests/mongodb.ts",
		"test.mongoose": "tsx tests/mongoose.ts",
		"auri.build": "pnpm build"
	},
	"keywords": [
		"lucia",
		"lucia",
		"auth",
		"authentication",
		"adapter",
		"mongodb",
		"mongo"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/pilcrowOnPaper/lucia",
		"directory": "packages/adapter-mongodb"
	},
	"author": "pilcrowonpaper",
	"license": "MIT",
	"exports": {
		".": "./dist/index.js"
	},
	"peerDependencies": {
		"lucia": "3.x",
		"mongodb": "4.x || 6.x"
	},
	"devDependencies": {
		"@lucia-auth/adapter-test": "workspace:*",
		"dotenv": "^16.0.3",
		"lucia": "workspace:*",
		"mongodb": "^6.3.0",
		"mongoose": "^8.0.0",
		"tsx": "^3.12.6"
	}
}
