@auth-kit/next
Version:
Next Js Plugin for React Auth Kit
54 lines (53 loc) • 1.26 kB
JSON
{
"name": "@auth-kit/next",
"version": "4.0.2-alpha.11",
"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": [
"dist",
"*.js",
"*.d.ts"
],
"exports": {
".": "./dist/index.js",
"./NextAuth": "./dist/NextAuth.js",
"./useNextAuth": "./dist/useNextAuth.js",
"./route": "./dist/route.js"
},
"peerDependencies": {
"next": ">=14",
"react": ">=18"
},
"devDependencies": {
"next": "15.4.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-auth-kit/react-auth-kit.git"
},
"scripts": {
"build": "rimraf ./dist && mkdirp ./dist && tsc --project tsconfig.json && babel src --out-dir ./dist --extensions \".tsx,.ts,.js,.jsx\"",
"test": "jest",
"lint": "eslint src"
},
"bugs": {
"url": "https://github.com/react-auth-kit/react-auth-kit/issues"
},
"gitHead": "8d3e19be9d1c2b64d3126f570fd9eddd62de85fa",
"dependencies": {
"react-auth-kit": "^4.0.2-alpha.11"
}
}