{
  "name": "@dragonworks/ngx-dashboard",
  "version": "22.1.0",
  "description": "Angular library for building drag-and-drop grid dashboards with resizable cells and customizable widgets",
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@angular/common": "^22.0.0",
    "@angular/core": "^22.0.0",
    "@angular/material": "^22.0.0",
    "@angular/cdk": "^22.0.0",
    "@angular/localize": "^22.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TobyBackstrom/ngx-dashboard.git"
  },
  "author": "Toby Backstrom",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TobyBackstrom/ngx-dashboard/issues"
  },
  "homepage": "https://dragonworks.dev",
  "keywords": [
    "angular",
    "dashboard",
    "widgets",
    "grid",
    "drag-drop",
    "material-design",
    "md3"
  ],
  "module": "fesm2022/dragonworks-ngx-dashboard.mjs",
  "typings": "types/dragonworks-ngx-dashboard.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/dragonworks-ngx-dashboard.d.ts",
      "default": "./fesm2022/dragonworks-ngx-dashboard.mjs"
    }
  },
  "type": "module"
}