{
  "name": "rauth-provider",
  "version": "2.1.0",
  "description": "RAuth v2 Node.js backend SDK (mandatory SSE, approval verify, phone validation)",
  "type": "module",
  "main": "./index.cjs",
  "module": "./index.js",
  "exports": {
    ".": {
      "import": "./index.js",
      "require": "./index.cjs"
    }
  },
  "types": "types/index.d.ts",
  "keywords": [
    "rauth",
    "authentication",
    "sse",
    "webauthn",
    "approval",
    "node"
  ],
  "author": "RAuth",
  "license": "MIT",
  "engines": {
    "node": ">=16"
  },
  "dependencies": {
    "eventsource": "^2.0.2"
  }
}
