{
  "name": "@berry-cloud/ngx-unsplash",
  "private": false,
  "version": "3.1.2",
  "description": "Lightweight Angular wrapper for the Unsplash API.",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BerryCloud/ngx-unsplash.git"
  },
  "keywords": [
    "Angular",
    "Unsplash"
  ],
  "author": "Berry Cloud",
  "bugs": {
    "url": "https://github.com/BerryCloud/ngx-unsplash/issues"
  },
  "homepage": "https://github.com/BerryCloud/ngx-unsplash#readme",
  "peerDependencies": {
    "@angular/common": "^16.0.0",
    "@angular/core": "^16.0.0",
    "blurhash": "^2.0.5"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/berry-cloud-ngx-unsplash.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/berry-cloud-ngx-unsplash.mjs",
      "esm": "./esm2022/berry-cloud-ngx-unsplash.mjs",
      "default": "./fesm2022/berry-cloud-ngx-unsplash.mjs"
    }
  }
}