{
  "name": "@auth/unstorage-adapter",
  "version": "2.8.0",
  "description": "Unstorage adapter for Auth.js.",
  "homepage": "https://authjs.dev",
  "repository": "https://github.com/nextauthjs/next-auth",
  "bugs": {
    "url": "https://github.com/nextauthjs/next-auth/issues"
  },
  "author": "nbifrye <nbifrye@gmail.com>",
  "type": "module",
  "types": "./index.d.ts",
  "files": [
    "*.js",
    "*.d.ts*",
    "src"
  ],
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js"
    }
  },
  "license": "ISC",
  "keywords": [
    "next-auth",
    "next.js",
    "oauth",
    "unstorage"
  ],
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@auth/core": "0.38.0"
  },
  "peerDependencies": {
    "unstorage": "^1.10.1"
  },
  "devDependencies": {
    "redis": "^4.6.12",
    "unstorage": "^1.10.1"
  },
  "scripts": {
    "test": "./test/test.sh",
    "dev": "tsc -w",
    "build": "tsc",
    "clean": "rm -rf *.js *.d.ts*"
  }
}