UNPKG

@engr-lukman/vue-secure-pin

Version:

A secure PIN input component for Vue.js applications with virtual keyboard and PIN masking, designed for financial applications

57 lines (56 loc) 1.39 kB
{ "name": "@engr-lukman/vue-secure-pin", "version": "1.0.0", "description": "A secure PIN input component for Vue.js applications with virtual keyboard and PIN masking, designed for financial applications", "main": "dist/vue-secure-pin.umd.js", "module": "dist/vue-secure-pin.es.js", "types": "dist/index.d.ts", "scripts": { "build": "vite build", "prepublishOnly": "npm run type-check && npm run build", "type-check": "tsc --noEmit --skipLibCheck" }, "repository": { "type": "git", "url": "git+https://github.com/engr-lukman/npm-packages.git" }, "homepage": "https://github.com/engr-lukman/npm-packages/tree/main/src/vue-secure-pin", "bugs": { "url": "https://github.com/engr-lukman/npm-packages/issues" }, "keywords": [ "vue", "secure", "pin", "virtual-keyboard", "financial", "security", "auth", "passcode" ], "author": "Mohammad Lukman Hussain", "license": "MIT", "engines": { "node": ">=20.0.0", "npm": ">=8.0.0" }, "peerDependencies": { "vue": "^3.0.0" }, "publishConfig": { "access": "public" }, "files": [ "dist", "README.md" ], "devDependencies": { "@types/node": "^20.11.0", "@vitejs/plugin-vue": "^5.0.0", "typescript": "^5.3.0", "vite": "^5.0.0", "vite-plugin-dts": "^3.6.0", "vue": "^3.3.0", "vue-tsc": "1.8.5" } }