{
  "name": "vue-tel-input",
  "version": "6.0.5",
  "description": "International Telephone Input with Vue",
  "author": "Steven Dao <iamstevendao@gmail.com>",
  "license": "MIT",
  "homepage": "https://vue-tel-input.iamstevendao.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/iamstevendao/vue-tel-input.git"
  },
  "main": "dist/vue-tel-input.cjs.js",
  "module": "dist/vue-tel-input.es.js",
  "unpkg": "dist/vue-tel-input.cjs.js",
  "scripts": {
    "dev": "vite",
    "build": "run-p type-check build-only",
    "preview": "vite preview --port 4173",
    "build-only": "vite build",
    "type-check": "vue-tsc --noEmit",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:serve": "vitepress serve docs"
  },
  "dependencies": {
    "libphonenumber-js": "^1.10.12"
  },
  "peerDependencies": {
    "vue": "^3.2.37"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@rushstack/eslint-patch": "^1.1.0",
    "@types/node": "^16.11.41",
    "@vitejs/plugin-vue": "^2.3.3",
    "@vue/eslint-config-typescript": "^11.0.0",
    "@vue/tsconfig": "^0.1.3",
    "eslint": "^8.5.0",
    "eslint-plugin-vue": "^9.0.0",
    "npm-run-all": "^4.1.5",
    "rollup-plugin-copy": "^3.4.0",
    "typescript": "~4.7.4",
    "vite": "^2.9.12",
    "vite-plugin-static-copy": "^0.6.1",
    "vitepress": "^1.0.0-alpha.4",
    "vue-tsc": "^0.38.1"
  },
  "keywords": [
    "vue",
    "telephone",
    "phone",
    "vue-tel-input",
    "phone input",
    "telephone input",
    "input",
    "international phone"
  ]
}
