next-bungie-auth
Version:
Next Bungie Auth is an open source Next.js library that provides a configurable solution for authenticating your users with Bungie.net
41 lines (40 loc) • 752 B
JSON
{
"name": "next-bungie-auth",
"version": "3.2.3",
"keywords": [
"auth",
"bungie",
"oauth",
"oauth2",
"next",
"nextjs"
],
"homepage": "https://github.com/owens1127/next-bungie-auth",
"repository": {
"type": "git",
"url": "git+https://github.com/owens1127/next-bungie-auth.git"
},
"license": "MIT",
"files": [
"./**/*.js",
"./**/*.d.ts"
],
"exports": {
"./types": {
"types": "./types.d.ts",
"default": "./types.js"
},
"./server": {
"types": "./server.d.ts",
"default": "./server.js"
},
"./client": {
"types": "./client.d.ts",
"default": "./client.js"
}
},
"peerDependencies": {
"next": ">=15",
"react": ">=18.2.0"
}
}