UNPKG

web-otp-angular

Version:

Angular library to automatically detect OTP from mobile device (Both mobile web site and Desktop)

41 lines 1.13 kB
{ "name": "web-otp-angular", "version": "0.0.3", "author": { "name": "Tushar Upadhyay", "email": "tusharrockpg@gmail.com" }, "license": "MIT", "keywords": ["web-otp","webotp","angular-web-otp","angular"], "repository": { "type": "git", "url": "https://github.com/tushar-upadhyay/web-otp-angular.git" }, "peerDependencies": { "@angular/common": "^14.2.0", "@angular/core": "^14.2.0" }, "dependencies": { "tslib": "^2.3.0" }, "module": "fesm2015/web-otp-angular.mjs", "es2020": "fesm2020/web-otp-angular.mjs", "esm2020": "esm2020/web-otp-angular.mjs", "fesm2020": "fesm2020/web-otp-angular.mjs", "fesm2015": "fesm2015/web-otp-angular.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2020": "./esm2020/web-otp-angular.mjs", "es2020": "./fesm2020/web-otp-angular.mjs", "es2015": "./fesm2015/web-otp-angular.mjs", "node": "./fesm2015/web-otp-angular.mjs", "default": "./fesm2020/web-otp-angular.mjs" } }, "sideEffects": false }