{
  "name": "@next-auth-oauth/authing",
  "version": "0.1.5",
  "description": "`next-auth-oauth` 是一个基于 Next.js 和 NextAuth 的增强插件，用于简化和增强授权登录的处理。该插件提供了丰富的功能，包括第三方登录绑定、账户管理等，使得授权流程更加高效和灵活。",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "docs"
  ],
  "scripts": {
    "build": "tsc",
    "patch:version": "npm version patch",
    "release": "pnpm run  build && npm publish && npm version patch"
  },
  "keywords": [
    "nextjs",
    "next-auth",
    "oauth",
    "authing",
    "授权绑定"
  ],
  "author": "liuhuapiaoyuan",
  "repository": {
    "type": "git",
    "url": "https://github.com/liuhuapiaoyuan/next-auth-oauth.git"
  },
  "license": "MIC",
  "peerDependencies": {
    "next-auth": "5.0.0-beta.25"
  },
  "devDependencies": {},
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}