{
  "name": "@ng-dnd/core",
  "version": "4.1.0",
  "description": "Drag and Drop for Angular",
  "publishConfig": {
    "access": "public"
  },
  "repository": "https://github.com/ng-dnd/ng-dnd",
  "keywords": [
    "drag-and-drop",
    "react-dnd",
    "angular-dnd",
    "ng-dnd",
    "ngx-dnd"
  ],
  "dependencies": {
    "dnd-core": "^16.0.0",
    "tslib": "^2.7.0"
  },
  "peerDependencies": {
    "@angular/common": ">=18.0.0",
    "@angular/core": ">=18.0.0",
    "rxjs": ">=7.0.0",
    "zone.js": ">=0.14.0"
  },
  "license": "MIT",
  "module": "fesm2022/ng-dnd-core.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ng-dnd-core.mjs"
    }
  },
  "sideEffects": false
}