UNPKG

quasar-app-extension-q-otp

Version:

Quasar App Extension which injects a Vue component - QOtp

58 lines (57 loc) 1.38 kB
{ "name": "quasar-app-extension-q-otp", "version": "0.1.10", "private": false, "description": "Quasar App Extension which injects a Vue component - QOtp", "scripts": { "test": "npx vue-tsc --noEmit", "test:demo": "vite --config tests/vite.config.ts", "test:ui": "vitest run --config tests/vitest.config.ts", "test:ui:update": "vitest run --config tests/vitest.config.ts --update" }, "author": { "name": "Denis Baskovsky", "email": "baskovsky@ya.ru", "url": "https://baskovsky.ru/" }, "license": "MIT", "keywords": [ "q-otp", "otp", "qotp", "vue", "quasar", "vue3", "otp-input", "otp-forminput", "one-time-password", "one-time-code", "inputs", "quasarframework" ], "main": "src/index.js", "module": "src/component/QOtp.vue", "repository": { "type": "git", "url": "https://github.com/qertis/q-otp" }, "bugs": "https://github.com/qertis/q-otp/issues", "peerDependencies": { "quasar": ">=2.20.0", "vue": ">=3.5.38" }, "devDependencies": { "@vitejs/plugin-vue": "^6.0.3", "@vitest/browser-playwright": "^4.1.10", "playwright": "^1.62.1", "sass-embedded": "^1.98.0", "typescript": "^6.0.3", "vite": "^7.3.1", "vitest": "^4.1.10", "vue-tsc": "^3.3.4" }, "engines": { "node": ">= 20.x", "npm": ">= 6.x" } }