UNPKG

@auth-kit/next

Version:

Next Js Plugin for React Auth Kit

53 lines (52 loc) 1.17 kB
{ "name": "@auth-kit/next", "version": "3.1.3", "description": "Next Js Plugin for React Auth Kit", "keywords": [ "Next", "Js", "Next", "React", "Auth", "JWT" ], "author": "Arkadip Bhattacharya <hi@arkadip.dev>", "homepage": "https://authkit.arkadip.dev", "license": "MIT", "main": "index.js", "module": "index.js", "types": "index.d.ts", "files": [ "*.js", "*.d.ts" ], "exports": { ".": "./index.js", "./NextAuth": "./NextAuth.js", "./useNextAuth": "./useNextAuth.js" }, "peerDependencies": { "next": ">=14", "react": ">=18" }, "devDependencies": { "next": "14.1.3", "react": "18.2.0" }, "repository": { "type": "git", "url": "git+https://github.com/react-auth-kit/react-auth-kit.git" }, "scripts": { "build": "tsc --project tsconfig.json && babel src --out-dir . --extensions \".tsx,.ts,.js,.jsx\"", "test": "jest", "lint": "eslint src" }, "bugs": { "url": "https://github.com/react-auth-kit/react-auth-kit/issues" }, "gitHead": "0b3c26dd93193b01e03e28e2cfbd76e625d45035", "dependencies": { "react-auth-kit": "^3.1.3" } }