{
  "name": "@swimlane/ngx-dnd",
  "description": "Drag and Drop for Angular2 and beyond!",
  "version": "10.0.0",
  "peerDependencies": {
    "@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swimlane/ngx-dnd.git"
  },
  "keywords": [
    "angular2",
    "dnd",
    "drag",
    "drop",
    "angular"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/swimlane/ngx-dnd/issues"
  },
  "homepage": "https://github.com/swimlane/ngx-dnd#readme",
  "dependencies": {
    "@swimlane/dragula": "^3.8.0",
    "@types/dragula": "^2.1.34",
    "tslib": "^2.0.0"
  },
  "module": "fesm2022/swimlane-ngx-dnd.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/swimlane-ngx-dnd.mjs",
      "esm": "./esm2022/swimlane-ngx-dnd.mjs",
      "default": "./fesm2022/swimlane-ngx-dnd.mjs"
    }
  },
  "sideEffects": false,
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
  }
}