UNPKG

@next-auth-oauth/wechatmp

Version:

基于Auth.js的微信公众号验证码登录、二维码扫描登录插件

47 lines (46 loc) 1.03 kB
{ "name": "@next-auth-oauth/wechatmp", "version": "0.2.5", "description": "基于Auth.js的微信公众号验证码登录、二维码扫描登录插件", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "docs" ], "scripts": { "dev": "tsc --watch", "build": "tsc", "patch:version": "npm version patch", "release": "pnpm run build && npm publish && npm version patch" }, "keywords": [ "nextjs", "next-auth", "oauth", "微信授权登录", "微信验证码登录", "wechat", "oautth", "授权绑定" ], "author": "liuhuapiaoyuan", "repository": { "type": "git", "url": "git+https://github.com/liuhuapiaoyuan/next-auth-oauth.git" }, "license": "MIC", "peerDependencies": { "next-auth": "beta", "next": "^15" }, "dependencies": { "wechatmp-kit": "^0.1" }, "devDependencies": {}, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" } }