{
  "name": "@lucia-auth/adapter-mysql",
  "version": "3.0.2",
  "description": "MySQL adapter for Lucia",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "type": "module",
  "files": [
    "/dist/",
    "CHANGELOG.md"
  ],
  "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": {
    "@planetscale/database": "^1.8.0",
    "dotenv": "^16.0.3",
    "mysql2": "^3.2.3",
    "tsx": "^3.12.6",
    "@lucia-auth/adapter-test": "5.0.1",
    "lucia": "3.1.1"
  },
  "scripts": {
    "build": "shx rm -rf ./dist/* && tsc",
    "test.mysql2": "tsx tests/mysql2.ts",
    "test.planetscale": "tsx tests/planetscale.ts",
    "auri.build": "pnpm build"
  }
}