25 lines
446 B
JSON
25 lines
446 B
JSON
{
|
|
"name": "sf-auth-nextjs-middleware",
|
|
"version": "0.1.0",
|
|
"description": "Nextjs middleware and callback route for sf-auth",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
}
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"keywords": [
|
|
"nextjs",
|
|
"middleware",
|
|
"authentication",
|
|
"sf-auth"
|
|
],
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"next": ">=13.4.0"
|
|
}
|
|
}
|