{
  "name": "@ngneat/overview",
  "version": "8.1.0",
  "description": "The Template for Success in Template Management",
  "peerDependencies": {
    "@angular/core": ">=21"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "keywords": [
    "angular",
    "views",
    "dynamic views",
    "teleport"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/ngneat/overview/issue"
  },
  "homepage": "https://github.com/ngneat/overview#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/ngneat/overview"
  },
  "module": "fesm2022/ngneat-overview.mjs",
  "typings": "types/ngneat-overview.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngneat-overview.d.ts",
      "default": "./fesm2022/ngneat-overview.mjs"
    }
  },
  "sideEffects": false,
  "type": "module"
}