{
  "name": "onetime-sdk",
  "version": "1.0.1",
  "description": "A secure SDK for sending and verifying OTPs via email and SMS.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "ts-node src/index.ts",
    "prepare": "npm run build"
  },
  "keywords": [
    "otp",
    "sdk",
    "email-otp",
    "sms-otp",
    "2fa",
    "authentication",
    "twilio",
    "nodemailer"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Soumyodeep-Das/onetime-sdk"
  },
  "author": "Your Name",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.6.0",
    "dotenv": "^16.5.0",
    "nodemailer": "^6.10.1",
    "twilio": "^4.20.0",
    "winston": "^3.17.0"
  },
  "devDependencies": {
    "@types/nodemailer": "^6.4.17",
    "ts-node": "^10.9.1",
    "typescript": "^5.3.0"
  }
}
