{
  "name": "draggable-helper",
  "version": "4.0.3",
  "description": "",
  "main": "dist/draggable-helper.cjs.js",
  "module": "dist/draggable-helper.esm.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "compile-scripts": "tsc --target ES6 --module CommonJS scripts/build.ts",
    "build": "rollup -c scripts/build.js & node scripts/build.js --report"
  },
  "author": "phphe <phphe@outlook.com> (https://github.com/phphe)",
  "unpkg": "dist/draggable-helper.js",
  "bugs": {
    "url": "https://github.com/phphe/draggable-helper/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/phphe/draggable-helper.git"
  },
  "devDependencies": {
    "rogo": "^2.0.2"
  },
  "dependencies": {
    "@babel/runtime": "^7.7.7",
    "drag-event-service": "^1.0.4",
    "helper-js": "^1.4.36"
  },
  "license": "MIT"
}
