{
  "name": "@ynmstudio/utils",
  "version": "19.3.10",
  "author": {
    "name": "Denis Yilmaz",
    "email": "denis@ynm.studio",
    "url": "https://ynm.studio"
  },
  "description": "YNM Utilities for Angular",
  "keywords": [
    "typescript",
    "craftcms",
    "angular",
    "graphql"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ynmstudio/angular-utils/tree/main/projects/ynm-utils"
  },
  "license": "BSD-3-Clause-No-Military-License",
  "peerDependencies": {
    "@angular/common": ">=18.0.0",
    "@angular/core": ">=18.0.0",
    "@rx-angular/isr": ">=18.0.1",
    "@types/iframe-resizer": "^3.5.13",
    "blurhash-wasm": "^0.2.0",
    "iframe-resizer": "^4.4.0"
  },
  "peerDependenciesMeta": {
    "@rx-angular/isr": {
      "optional": true
    }
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "module": "fesm2022/ynmstudio-utils.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ynmstudio-utils.mjs"
    },
    "./blurhash": {
      "types": "./blurhash/index.d.ts",
      "default": "./fesm2022/ynmstudio-utils-blurhash.mjs"
    },
    "./helpers": {
      "types": "./helpers/index.d.ts",
      "default": "./fesm2022/ynmstudio-utils-helpers.mjs"
    },
    "./dynamic-heading": {
      "types": "./dynamic-heading/index.d.ts",
      "default": "./fesm2022/ynmstudio-utils-dynamic-heading.mjs"
    },
    "./interceptors": {
      "types": "./interceptors/index.d.ts",
      "default": "./fesm2022/ynmstudio-utils-interceptors.mjs"
    },
    "./inviewport": {
      "types": "./inviewport/index.d.ts",
      "default": "./fesm2022/ynmstudio-utils-inviewport.mjs"
    },
    "./loading-bar": {
      "types": "./loading-bar/index.d.ts",
      "default": "./fesm2022/ynmstudio-utils-loading-bar.mjs"
    },
    "./scrollspy": {
      "types": "./scrollspy/index.d.ts",
      "default": "./fesm2022/ynmstudio-utils-scrollspy.mjs"
    },
    "./signal-with-error": {
      "types": "./signal-with-error/index.d.ts",
      "default": "./fesm2022/ynmstudio-utils-signal-with-error.mjs"
    },
    "./directives/smooth-height": {
      "types": "./directives/smooth-height/index.d.ts",
      "default": "./fesm2022/ynmstudio-utils-directives-smooth-height.mjs"
    },
    "./pipes/file-size": {
      "types": "./pipes/file-size/index.d.ts",
      "default": "./fesm2022/ynmstudio-utils-pipes-file-size.mjs"
    },
    "./pipes/join": {
      "types": "./pipes/join/index.d.ts",
      "default": "./fesm2022/ynmstudio-utils-pipes-join.mjs"
    },
    "./pipes/focal-point": {
      "types": "./pipes/focal-point/index.d.ts",
      "default": "./fesm2022/ynmstudio-utils-pipes-focal-point.mjs"
    },
    "./pipes/join-intl": {
      "types": "./pipes/join-intl/index.d.ts",
      "default": "./fesm2022/ynmstudio-utils-pipes-join-intl.mjs"
    },
    "./pipes/pluck": {
      "types": "./pipes/pluck/index.d.ts",
      "default": "./fesm2022/ynmstudio-utils-pipes-pluck.mjs"
    },
    "./pipes/safe": {
      "types": "./pipes/safe/index.d.ts",
      "default": "./fesm2022/ynmstudio-utils-pipes-safe.mjs"
    }
  },
  "sideEffects": false
}