{
  "name": "@vdnd/v2",
  "version": "1.0.1",
  "type": "module",
  "description": "A Vue drag-and-drop component library that is easy to use.",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "vue-dnd",
    "vue-drag-drop",
    "drag and drop",
    "vue drag and drop"
  ],
  "files": [
    "dist"
  ],
  "dependencies": {
    "@vdnd/native": "1.0.1"
  },
  "peerDependencies": {
    "vue": "^2.7.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/v2"
  },
  "homepage": "https://github.com/zhengbaodi/vdnd",
  "bugs": {
    "url": "https://github.com/zhengbaodi/vdnd/issues",
    "email": "zhengbaodi329@outlook.com"
  },
  "scripts": {
    "dev": "cross-env NODE_ENV=development pnpm build --watch",
    "prebuild": "rimraf ./dist",
    "build": "rollup -c rollup.config.js",
    "type-check": "tsc --noEmit"
  }
}