{
  "name": "@auth/kysely-adapter",
  "version": "1.11.2",
  "description": "Kysely adapter for Auth.js",
  "homepage": "https://authjs.dev/reference/adapter/kysely",
  "repository": "https://github.com/nextauthjs/next-auth",
  "bugs": {
    "url": "https://github.com/nextauthjs/next-auth/issues"
  },
  "author": "mwojtul <mark.wojtul@gmail.com> (https://github.com/mwojtul)",
  "license": "ISC",
  "keywords": [
    "authjs",
    "next-auth",
    "next.js",
    "oauth",
    "kysely"
  ],
  "type": "module",
  "types": "./index.d.ts",
  "files": [
    "*.js",
    "*.d.ts*",
    "src"
  ],
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js"
    }
  },
  "dependencies": {
    "@auth/core": "0.41.2"
  },
  "peerDependencies": {
    "kysely": "^0.28.15"
  },
  "devDependencies": {
    "@types/pg": "^8.6.5",
    "kysely": "^0.28.15",
    "libsql": "^0.3.18",
    "mysql2": "^3.9.7",
    "pg": "^8.10.0"
  },
  "scripts": {
    "build": "tsc",
    "test": "./test/test.sh",
    "clean": "rm -rf *.js *.d.ts*"
  }
}