{
  "name": "vue3-persian-datepicker",
  "version": "0.1.9",
  "description": "Simple Vue 3 persian datepicker",
  "main": "index.vue",
  "scripts": {
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:serve": "vitepress serve docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mohammadoftadeh/vue3-persian-datepicker.git"
  },
  "keywords": [
    "persian datepicker",
    "jalali datepicker",
    "vue datepicker",
    "vue persian datepicker",
    "vue jalali datepicker",
    "datepicker",
    "calendar"
  ],
  "author": "Mohammad Oftadeh <mr.mohammadoftadeh@gmail.com> (https://www.linkedin.com/in/mohammad-oftadeh/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mohammadoftadeh/vue3-persian-datepicker/issues"
  },
  "homepage": "https://github.com/mohammadoftadeh/vue3-persian-datepicker#readme",
  "devDependencies": {
    "vitepress": "^0.12.2",
    "vue": "^3.0.6"
  },
  "peerDependencies": {
    "persian-date": "^1.1.0",
    "vue": "^3.0.6"
  },
  "dependencies": {
    "persian-date": "^1.1.0"
  }
}
