UNPKG

secure-otps

Version:

A cryptographically secure One Time Password(OTP) generator

43 lines (42 loc) 1.15 kB
{ "name": "secure-otps", "version": "1.0.1", "description": "A cryptographically secure One Time Password(OTP) generator", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/jayantsinghxyz/secure-otps.git" }, "keywords": [ "Secure", "OTP", "generator", "One Time Password" ], "author": "Jayant Singh <jayantsinghxyz@gmail.com> (https://jayantsingh.com)", "license": "GPL-3.0-only", "bugs": { "url": "https://github.com/jayantsinghxyz/secure-otps/issues" }, "homepage": "https://github.com/jayantsinghxyz/secure-otps#readme", "files": [ "lib/**/*" ], "devDependencies": { "@typescript-eslint/eslint-plugin": "5.53.0", "eslint": "8.34.0", "eslint-config-prettier": "8.6.0", "eslint-config-standard-with-typescript": "34.0.0", "eslint-plugin-import": "2.27.5", "eslint-plugin-n": "15.6.1", "eslint-plugin-promise": "6.1.1", "jest": "29.4.3", "prettier": "2.8.4", "typescript": "4.9.5" } }