{
	"name": "@lucia-auth/adapter-mysql",
	"version": "3.0.0",
	"description": "MySQL 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.mysql2": "tsx tests/mysql2.ts",
		"test.planetscale": "tsx tests/planetscale.ts",
		"auri.build": "pnpm build"
	},
	"keywords": [
		"lucia",
		"auth",
		"mysql2",
		"mysql",
		"planetscale",
		"authentication",
		"adapter",
		"sql"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/pilcrowOnPaper/lucia",
		"directory": "packages/adapter-mysql"
	},
	"author": "pilcrowonpaper",
	"license": "MIT",
	"exports": {
		".": "./dist/index.js"
	},
	"peerDependencies": {
		"lucia": "3.x",
		"mysql2": "^3.0.0",
		"@planetscale/database": "^1.0.0"
	},
	"peerDependenciesMeta": {
		"mysql2": {
			"optional": true
		},
		"@planetscale/database": {
			"optional": true
		}
	},
	"devDependencies": {
		"@lucia-auth/adapter-test": "workspace:*",
		"@planetscale/database": "^1.8.0",
		"dotenv": "^16.0.3",
		"lucia": "workspace:*",
		"mysql2": "^3.2.3",
		"tsx": "^3.12.6"
	}
}
