{
  "name": "vue-smooth-picker",
  "version": "1.0.3",
  "type": "module",
  "description": "A smooth picker component for Vue 3",
  "author": "Salam Hiyali",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hiyali/vue-smooth-picker.git"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/vue-smooth-picker.umd.cjs",
  "module": "./dist/vue-smooth-picker.js",
  "unpkg": "./dist/vue-smooth-picker.umd.cjs",
  "exports": {
    ".": {
      "import": "./dist/vue-smooth-picker.js",
      "require": "./dist/vue-smooth-picker.umd.cjs"
    },
    "./style.css": "./dist/style.css"
  },
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "access": "public",
    "tag": "next"
  },
  "scripts": {
    "dev": "vite serve",
    "build": "vite build",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "vue": "^3.0.0"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^20.2.5",
    "@vitejs/plugin-vue": "^5.0.3",
    "@vue/runtime-core": "^3.4.15",
    "@vue/runtime-dom": "^3.4.15",
    "typescript": "^5.0.2",
    "vite": "^5.0.12",
    "vue-tsc": "^1.8.27",
    "stylus": "^0.54.5",
    "vue": "^3.4.15"
  },
  "keywords": [
    "vue-smooth-picker",
    "Vue3",
    "picker",
    "smooth-picker",
    "datetime picker",
    "vue3-component",
    "vue3-picker"
  ]
}