@rashidpathiyil/otp-input
Version:
A JavaScript library for handling OTP inputs.
31 lines (30 loc) • 645 B
JSON
{
"name": "@rashidpathiyil/otp-input",
"version": "1.0.2",
"description": "A JavaScript library for handling OTP inputs.",
"main": "lib/OTP.js",
"types": "lib/OTP.d.ts",
"scripts": {
"build": "tsc",
"test": "vitest"
},
"keywords": [
"otp",
"input",
"authentication"
],
"author": "Rashid Pathiyil",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.11.20",
"jsdom": "^24.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vitest": "^1.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/rashidpathiyil/otp-input.git"
}
}