{
  "name": "vue3-picture-input",
  "version": "3.3.2",
  "description": "This is a simple input for pictures",
  "homepage": "https://github.com/DMITRII1548/Vue-Image-Input/blob/master/README.md",
  "author": "Dmitriy",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DMITRII1548/Vue-Image-Input.git"
  },
  "license": "MIT",
  "private": false,
  "keywords": [
    "vue",
    "VueJS",
    "Vue.js",
    "vue3",
    "img",
    "image",
    "picture",
    "photo",
    "input",
    "image-input",
    "vue-image-input",
    "vue3-image-input",
    "vue-picture-input",
    "vue3-picture-input",
    "form",
    "file",
    "file-input",
    "priview",
    "upload",
    "js",
    "JS",
    "component",
    "library"
  ],
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "./dist/vue3-picture-input.umd.cjs",
  "module": "./dist/vue3-picture-input.js",
  "exports": {
    ".": {
      "import": "./dist/vue3-picture-input.js",
      "require": "./dist/vue3-picture-input.umd.cjs"
    },
    "./style.css": "./dist/style.css"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview"
  },
  "dependencies": {
    "vue": "^3.5.13"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^1.7.1",
    "vite": "^6.1.1"
  }
}
