{
  "name": "dragdroptouch-bug-fixed",
  "version": "1.0.8",
  "description": "Polyfill that enables HTML5 drag drop support on mobile (touch) devices",
  "type": "module",
  "main": "./dist/DragDropTouch.js",
  "module": "./dist/DragDropTouch.esm.js",
  "svelte": "./dist/DragDropTouch.esm.js",
  "types": "./dist/DragDropTouch.d.ts",
  "exports": {
    ".": {
      "require": "./dist/DragDropTouch.js",
      "import": "./dist/DragDropTouch.esm.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "rimraf dist && rollup -c rollup.config.js && tsc && mv src/*.d.ts dist && rm src/*.js*",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rozek/dragdroptouch-bug-fixed.git"
  },
  "keywords": [
    "html5-drag",
    "polyfill",
    "touch-events",
    "mobile",
    "mouse-emulation"
  ],
  "author": "Andreas Rozek <a.rozek@gmx.de> (https://www.rozek.de/)",
  "contributors": [
    "Bernardo Castilho (https://github.com/Bernardo-Castilho)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rozek/dragdroptouch-bug-fixed/issues"
  },
  "homepage": "https://github.com/rozek/dragdroptouch-bug-fixed#readme",
  "devDependencies": {
    "@rollup/plugin-typescript": "^8.2.1",
    "rimraf": "^3.0.2",
    "rollup": "^2.51.2",
    "rollup-plugin-terser": "^7.0.2",
    "typescript": "^4.3.2"
  }
}
