{
  "name": "select2-vue3",
  "private": false,
  "version": "1.0.9",
  "type": "module",
  "main": "dist/select2-vue3.es.min.js",
  "module": "dist/select2-vue3.es.min.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "build:linux": "vite build && cp src/types/index.d.ts dist/index.d.ts",
    "build:windows": "vite build && copy src\\types\\index.d.ts dist\\index.d.ts",
    "preview": "vite preview"
  },
  "peerDependencies": {
    "vue": "^3.0.0"
  },
  "dependencies": {
    "bootstrap": "^5.3.7",
    "jquery": "^3.7.1",
    "select2": "^4.1.0-rc.0",
    "select2-bootstrap-5-theme": "^1.3.0",
    "vue": "^3.0.0"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^6.0.0",
    "terser": "^5.43.1",
    "vite": "^7.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ryuhiro/select2-vue3.git"
  },
  "keywords": [
    "vue3",
    "select2",
    "vue",
    "vuex",
    "bootstrap",
    "dropdown",
    "component"
  ],
  "author": "Ryuhiro Yagami <ryuhiroyagami@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/ryuhiro/select2-vue3#readme",
  "bugs": {
    "url": "https://github.com/ryuhiro/select2-vue3/issues"
  }
}
