{
  "name": "otp-agent",
  "version": "3.3.0",
  "description": "A JavaScript package for generating one-time passwords (OTPs), including custom OTPs, TOTP, HOTP, and recovery codes. Ideal for secure authentication.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "start": "tsc",
    "build": "tsc -p .",
    "test": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rohanshukla/otp-agent.git"
  },
  "keywords": [
    "otp",
    "otp-agent",
    "otp agent",
    "one-time-password",
    "otp-generator",
    "otp-creator",
    "node-otp",
    "otp-js",
    "totp",
    "hotp",
    "password-generator",
    "authentication",
    "secure-authentication",
    "two-factor-authentication",
    "2fa",
    "multi-factor-authentication",
    "mfa",
    "security",
    "nodejs-security",
    "javascript-security",
    "token-generation",
    "time-based otp",
    "generator",
    "recovery-codes",
    "recovery-codes-generator"
  ],
  "author": "Rohan Shukla",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rohanshukla/otp-agent/issues"
  },
  "homepage": "https://github.com/rohanshukla/otp-agent#readme",
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.3"
  }
}
