UNPKG

next-integrate

Version:

An authentication library for making integrations in your Next.js Web Application

39 lines (38 loc) 807 B
{ "name": "next-integrate", "version": "0.2.16", "description": "An authentication library for making integrations in your Next.js Web Application", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "build": "tsup src/index.ts" }, "keywords": [ "auth", "authentication", "next.js", "nextjs", "next", "react", "reactjs", "react.js", "web", "webapp", "web-application", "webapp-auth", "webapp-authentication", "integration" ], "author": "Frederik Barbre", "license": "MIT", "devDependencies": { "@types/node": "^20.14.11", "tsup": "^8.0.2", "typescript": "^5.4.5" }, "dependencies": { "next": "15.3.5", "react": "^19.0.0-rc-66855b96-20241106" } }