{
  "name": "@ks89/ngx-drag-n-drop",
  "version": "8.0.0",
  "description": "Drag and drop library for Angular",
  "license": "MIT",
  "author": "Stefano Cappa",
  "engines": {
    "node": ">=18.12.1",
    "npm": ">=8.19.2"
  },
  "homepage": "https://github.com/Ks89/ngx-drag-n-drop",
  "dependencies": {
    "tslib": ">=2.3.0"
  },
  "peerDependencies": {
    "@angular/common": ">=18.0.0",
    "@angular/core": ">=18.0.0",
    "rxjs": ">=7.8.0"
  },
  "keywords": [
    "ngx-drag-n-drop",
    "ngx-dnd",
    "ngx-drag-and-drop",
    "angular",
    "drag and drop",
    "drag n drop",
    "dnd",
    "drag",
    "drop"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Ks89/ngx-drag-n-drop.git"
  },
  "bugs": {
    "url": "https://github.com/Ks89/ngx-drag-n-drop/issues"
  },
  "module": "fesm2022/ks89-ngx-drag-n-drop.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/ks89-ngx-drag-n-drop.mjs",
      "esm": "./esm2022/ks89-ngx-drag-n-drop.mjs",
      "default": "./fesm2022/ks89-ngx-drag-n-drop.mjs"
    }
  },
  "sideEffects": false
}