rauth-client
Version:
A lightweight, framework-agnostic JavaScript/TypeScript library for adding reverse authentication via WhatsApp on the client side.
38 lines (37 loc) • 918 B
JSON
{
"name": "rauth-client",
"version": "1.0.12",
"description": "A lightweight, framework-agnostic JavaScript/TypeScript library for adding reverse authentication via WhatsApp on the client side.",
"main": "dist/index.js",
"module": "dist/rauth-client.esm.js",
"exports": {
"import": "./dist/rauth-client.esm.js",
"require": "./dist/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"rauth",
"reverse-auth",
"whatsapp-auth",
"auth-client",
"client-auth",
"javascript-auth",
"typescript-auth",
"token-auth",
"rauth-client",
"rauth.io",
"authentication",
"verify-token",
"secure-login",
"login-via-whatsapp"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-typescript": "^12.1.4",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^5.8.3"
}
}