membros-react-sdk
Version:
React authentication library for Membros platform with subscription management and plan-based access control
50 lines (49 loc) • 1.09 kB
JSON
{
"name": "membros-react-sdk",
"version": "1.0.8",
"description": "React authentication library for Membros platform with subscription management and plan-based access control",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"scripts": {
"build": "node build.cjs",
"prepublishOnly": "npm run build",
"publish": "npm run build && npm publish --access public"
},
"keywords": [
"react",
"nextjs",
"oauth",
"authentication",
"saas",
"membros",
"subscription",
"access-control",
"typescript"
],
"author": "Ziro",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"sonner": "^1.4.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"typescript": "^5.0.0"
}
}