UNPKG

otp-generator-module

Version:

A simple and flexible OTP (One-Time Password) generator module for JavaScript and TypeScript. Supports numeric, alphabetic, and special character combinations with customizable options.

56 lines (55 loc) 1.4 kB
{ "name": "otp-generator-module", "version": "1.0.2", "description": "A simple and flexible OTP (One-Time Password) generator module for JavaScript and TypeScript. Supports numeric, alphabetic, and special character combinations with customizable options.", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "tsc", "dev": "node --loader ts-node/esm src/test.ts", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/midhunkalarikkal/otp-generator-module.git" }, "keywords": [ "otp", "otp-generator", "one-time-password", "generate-otp", "2fa", "authentication", "verification-code", "password-generator", "secure-code", "nodejs-otp", "login-otp", "sms-otp", "email-verification", "auth" ], "author": "midhunkalarikkal", "license": "MIT", "bugs": { "url": "https://github.com/midhunkalarikkal/otp-generator-module/issues" }, "homepage": "https://github.com/midhunkalarikkal/otp-generator-module#readme", "devDependencies": { "@types/node": "^24.0.1", "ts-node": "^10.9.2", "tsup": "^8.5.0", "typescript": "^5.8.3" } }