{
  "name": "rauth-provider",
  "version": "1.1.0",
  "description": "A lightweight, plug-and-play Node.js library for phone number authentication using the Rauth.io reverse verification flow via WhatsApp or SMS.",
  "main": "index.js",
  "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"
  }
}
