{
  "name": "vue3-smooth-dnd",
  "version": "0.0.6",
  "description": "Vue 3 wrappers for smooth-dnd library",
  "author": "Gilbert Ndresaj",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gilnd/vue3-smooth-dnd"
  },
  "keywords": [
    "Vue 3",
    "Vue next",
    "Vue",
    "Vue.js",
    "sortable",
    "drag and drop",
    "drag&drop",
    "drag",
    "drop",
    "draggable",
    "dnd",
    "smooth-dnd"
  ],
  "module": "dist/vue3-smooth-dnd.esm.js",
  "main": "dist/vue3-smooth-dnd.js",
  "unpkg": "dist/vue3-smooth-dnd.global.js",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "rollup -c",
    "build:watch": "rollup -c -w"
  },
  "dependencies": {
    "smooth-dnd": "^0.12.1"
  },
  "peerDependencies": {
    "vue": "^3.0.11"
  },
  "devDependencies": {
    "rollup": "^2.43.0",
    "vue": "^3.0.11"
  }
}
