{
  "name": "@kiryano/etherealotp",
  "version": "0.1.9",
  "description": "A library for two-factor authentication using Twilio and Speakeasy.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kiryano/your-library-name.git"
  },
  "keywords": [
    "twilio",
    "2fa",
    "speakeasy",
    "authentication",
    "security",
    "TOTP"
  ],
  "author": "Your Name <your.email@example.com>",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@kiryano/etherealotp": "^0.1.8",
    "@types/twilio": "^3.19.3",
    "qrcode": "^1.5.3",
    "speakeasy": "^2.0.0",
    "twilio": "^4.23.0"
  },
  "devDependencies": {
    "@types/qrcode": "^1.5.5",
    "@types/speakeasy": "^2.0.10",
    "typescript": "^5.4.2"
  }
}
