UNPKG

rauth-provider

Version:

A lightweight, plug-and-play Node.js library for phone number authentication using the Rauth.io reverse verification flow via WhatsApp or SMS.

50 lines (49 loc) 1.22 kB
{ "name": "rauth-provider", "version": "1.3.4", "description": "A lightweight, plug-and-play Node.js library for phone number authentication using the Rauth.io reverse verification flow via WhatsApp or SMS.", "type": "module", "main": "./index.cjs", "module": "./index.js", "exports": { ".": { "import": "./index.js", "require": "./index.cjs" } }, "types": "types/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "authentication", "whatsapp", "sms", "phone verification", "security", "otp", "verification", "reverse auth", "rauth", "express" ], "author": "Siddhant <siddhant@rauth.io>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/codesiddhant/rauth-provider-nodejs.git" }, "bugs": { "url": "https://github.com/codesiddhant/rauth-provider-nodejs/issues" }, "homepage": "https://docs.rauth.io/rauth-provider-nodejs", "dependencies": { "node-fetch": "^2.6.7" }, "engines": { "node": ">=14.0.0" }, "devDependencies": { "@types/express": "^4.17.17" } }