UNPKG

opensora-uaa-nextjs

Version:

Universal Authentication & Authorization SDK for Next.js

39 lines (38 loc) 795 B
{ "name": "opensora-uaa-nextjs", "version": "1.0.1", "description": "Universal Authentication & Authorization SDK for Next.js", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "scripts": { "build": "tsup", "dev": "tsup --watch" }, "keywords": [ "nextjs", "oauth", "authentication", "google-signin", "apple-signin", "uaa", "react" ], "author": "OpenSora", "license": "MIT", "peerDependencies": { "next": ">=13.0.0", "react": ">=18.0.0" }, "dependencies": { "opensora-uaa-client": "^1.0.1" }, "devDependencies": { "@types/node": "^20.10.0", "@types/react": "^18.2.45", "next": "^14.0.0", "react": "^18.2.0", "tsup": "^8.0.1", "typescript": "^5.3.3" } }