{
  "name": "epic-rv-client",
  "version": "1.0.1",
  "description": "A Node.js client for automated login + 2FA to Twenty20 Solutions (Epic RV), using node-fetch.",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "jest"
  },
  "devDependencies": {
    "@types/node-fetch": "^2.6.12",
    "@types/tough-cookie": "^4.0.5",
    "dotenv": "^16.0.3",
    "jest": "^29.5.0"
  },
  "keywords": [
    "epic",
    "rv",
    "twenty20",
    "2fa",
    "auth",
    "client"
  ],
  "author": "Luis Lobo Borobia",
  "license": "MIT",
  "dependencies": {
    "fetch-cookie": "^3.1.0",
    "node-fetch": "^2.7.0",
    "otplib": "^12.0.1"
  }
}
