{
  "author": "SolarWinds <nova-ui@solarwinds.com>",
  "contributors": [
    {
      "name": "SolarWinds Nova Team"
    }
  ],
  "exports": {
    "./sdk/atoms": {
      "types": "./sdk/atmos/index.d.ts",
      "default": "./sdk/atoms/index.js"
    },
    "./sdk/atoms/*": {
      "types": "./sdk/atoms/*.d.ts",
      "default": "./sdk/atoms/*.js"
    },
    "./sdk/schematics": {
      "types": "./sdk/schematics/index.d.ts",
      "default": "./sdk/schematics/index.js"
    },
    "./sdk/schematics/*": {
      "types": "./sdk/schematics/*.d.ts",
      "default": "./sdk/schematics/*.js"
    },
    "./sdk/*": "./sdk/*",
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/nova-ui-dashboards.mjs"
    }
  },
  "keywords": [
    "dashboard",
    "nova",
    "nova-ui",
    "solarwinds"
  ],
  "license": "Apache-2.0",
  "name": "@nova-ui/dashboards",
  "dependencies": {
    "@nova-ui/bits": "~19.0.5",
    "@nova-ui/charts": "~19.0.5",
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "angular-gridster2": "^19.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/solarwinds/nova.git"
  },
  "resolutions": {
    "moment": "^2.29.4"
  },
  "schematics": "./sdk/schematics/collection.json",
  "version": "19.0.5",
  "module": "fesm2022/nova-ui-dashboards.mjs",
  "typings": "index.d.ts",
  "sideEffects": false
}