{
	"name": "@lucia-auth/adapter-postgresql",
	"version": "3.1.0",
	"description": "PostgreSQL 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.neon-http": "tsx tests/neon-http.ts",
		"test.node-postgres": "tsx tests/node-postgres.ts",
		"test.postgresjs": "tsx tests/postgresjs.ts",
		"auri.build": "pnpm build"
	},
	"keywords": [
		"lucia",
		"lucia",
		"auth",
		"pg",
		"postgresql",
		"authentication",
		"adapter",
		"sql",
		"kysely",
		"drizzle"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/pilcrowOnPaper/lucia",
		"directory": "packages/adapter-postgresql"
	},
	"author": "pilcrowonpaper",
	"license": "MIT",
	"exports": {
		".": "./dist/index.js"
	},
	"peerDependencies": {
		"lucia": "3.x",
		"pg": "^8.8.0",
		"postgres": "^3.3.0",
		"@neondatabase/serverless": "0.7.x"
	},
	"peerDependenciesMeta": {
		"pg": {
			"optional": true
		},
		"postgres": {
			"optional": true
		},
		"@neondatabase/serverless": {
			"optional": true
		}
	},
	"devDependencies": {
		"@lucia-auth/adapter-test": "workspace:*",
		"@neondatabase/serverless": "^0.7.2",
		"@types/pg": "^8.6.5",
		"dotenv": "^16.0.3",
		"lucia": "workspace:*",
		"tsx": "^3.12.6"
	},
	"dependencies": {
		"pg": "^8.8.0",
		"postgres": "^3.3.5"
	}
}
