{
	"name": "@lifeworld/adapter-drizzle",
	"version": "1.1.2",
	"description": "Drizzle ORM 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",
		"auri.build": "pnpm build",
		"test.mysql": "tsx tests/mysql.ts",
		"test.postgresql": "tsx tests/postgresql.ts",
		"test.sqlite": "tsx tests/sqlite.ts"
	},
	"keywords": [
		"lucia",
		"auth",
		"authentication",
		"adapter",
		"drizzle",
		"drizzle-orm"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/pilcrowOnPaper/lucia",
		"directory": "packages/adapter-drizzle"
	},
	"author": "pilcrowonpaper",
	"license": "MIT",
	"exports": {
		".": "./dist/index.js"
	},
	"peerDependencies": {
		"lucia": "3.x",
		"drizzle-orm": ">= 0.29 <1"
	},
	"devDependencies": {
		"@lucia-auth/adapter-test": "workspace:*",
		"@types/better-sqlite3": "^7.6.3",
		"better-sqlite3": "^8.4.0",
		"dotenv": "^16.0.3",
		"drizzle-orm": "^0",
		"lucia": "workspace:*",
		"mysql2": "^3.2.3",
		"pg": "^8.8.0",
		"tsx": "^3.12.6"
	}
}
