{
  "name": "vue3-otp-input",
  "version": "0.5.40",
  "description": "A fully customizable, OTP (one-time password) input component built with Vue 3.x and Vue Composition API.",
  "author": "Ejiro Asiuwhu <ejiroasiuwhu10@gmail.com>",
  "repository": "https://github.com/ejirocodes/vue3-otp-input",
  "bugs": {
    "url": "https://github.com/ejirocodes/vue3-otp-input/issues"
  },
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc && vite build",
    "preview": "vite preview",
    "test:unit": "vitest",
    "build-only": "vite build",
    "type-check": "vue-tsc --build --force"
  },
  "main": "dist/vue3-otp-input.umd.cjs",
  "module": "dist/vue3-otp-input.js",
  "browser": "dist/vue3-otp-input.js",
  "unpkg": "dist/vue3-otp-input.min.js",
  "files": [
    "dist/*"
  ],
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/vue3-otp-input.js",
      "require": "./dist/vue3-otp-input.umd.cjs"
    }
  },
  "peerDependencies": {
    "vue": "^3.0.*"
  },
  "dependencies": {
    "vue": "^3.4.27"
  },
  "devDependencies": {
    "@types/jsdom": "^21.1.6",
    "@types/node": "^20.12.13",
    "@vitejs/plugin-vue": "^5.0.4",
    "@vue/test-utils": "^2.4.6",
    "@vue/tsconfig": "^0.5.1",
    "esbuild": "0.21.4",
    "jsdom": "^24.1.0",
    "typescript": "~5.4.5",
    "vite": "^5.2.12",
    "vite-plugin-dts": "^3.9.1",
    "vitest": "^1.6.0",
    "vue-tsc": "^2.0.19"
  },
  "keywords": [
    "vue 3 otp input",
    "vue otp input",
    "vue",
    "vue 3",
    "vue composition API",
    "otp",
    "input",
    "otp input",
    "one-time-password",
    "one-time password",
    "one time password",
    "one time password input",
    "one time password input component",
    "one time password input component built with vue",
    "one time password input component built with vue 3",
    "vue split input"
  ],
  "license": "MIT",
  "readme": "README.md"
}
