{
  "name": "@vdnd/v3",
  "version": "1.0.0-rc.3",
  "type": "module",
  "description": "Easy used vue drag and drop component library.",
  "module": "dist/index.mjs",
  "main": "dist/index.cjs",
  "types": "dist/index.d.ts",
  "unpkg": "dist/index.iife.min.js",
  "jsdelivr": "dist/index.iife.min.js",
  "keywords": [
    "vdnd",
    "vue-dnd",
    "vue2-dnd",
    "vue3-dnd",
    "drag and drop",
    "vue drag and drop"
  ],
  "files": [
    "docs",
    "dist"
  ],
  "peerDependencies": {
    "vue": "^3.0.0"
  },
  "peerDependenciesMeta": {
    "vue": {
      "optional": true
    }
  },
  "license": "MIT",
  "author": {
    "name": "zhengbaodi",
    "email": "zhengbaodi329@outlook.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zhengbaodi/vdnd",
    "directory": "/packages/v3"
  },
  "homepage": "https://github.com/zhengbaodi/vdnd",
  "bugs": {
    "url": "https://github.com/zhengbaodi/vdnd/issues",
    "email": "zhengbaodi329@outlook.com"
  },
  "scripts": {
    "prebuild": "rimraf ./dist",
    "build": "rollup -c rollup.config.js"
  }
}