easy.auth98
Version:
EasyAuth SDK - Secure authentication as a service with enterprise self-hosting options
42 lines (41 loc) • 776 B
JSON
{
"name": "easy.auth98",
"version": "6.0.0",
"description": "EasyAuth SDK - Secure authentication as a service with enterprise self-hosting options",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"auth",
"authentication",
"session",
"easy auth",
"email verification",
"password reset",
"jwt",
"oauth",
"security",
"login",
"signup",
"react",
"hooks"
],
"author": "Mythsoul / Moon",
"license": "ISC",
"dependencies": {
"axios": "^1.10.0"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
}
},
"engines": {
"node": ">=14.0.0"
}
}