{
  "name": "vue3-simple-dropzone",
  "version": "1.2.2",
  "type": "module",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "license": "MIT",
  "files": [
    "*.js",
    "*.css",
    "package.json",
    "LICENSE",
    "README.md"
  ],
  "main": "./vue3-simple-dropzone.umd.js",
  "module": "./vue3-simple-dropzone.es.js",
  "exports": {
    ".": {
      "import": "./vue3-simple-dropzone.es.js",
      "require": "./vue3-simple-dropzone.umd.js"
    },
    "./style.css": "./style.css"
  },
  "dependencies": {
    "vue": "^3.5.32"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fmabid/vue3-simple-dropzone"
  },
  "homepage": "https://github.com/fmabid/vue3-simple-dropzone",
  "bugs": {
    "url": "https://github.com/fmabid/vue3-simple-dropzone/issues"
  },
  "keywords": [
    "vue3",
    "dropzone",
    "uploader"
  ]
}