{
  "name": "@ncremental/ncr-contentful",
  "version": "1.0.11",
  "peerDependencies": {
    "@angular/common": "^17.3.0",
    "@angular/core": "^17.3.0",
    "@contentful/rich-text-html-renderer": "^16.3.5",
    "@ncremental/carousel": "^17.5.10",
    "@types/three": "^0.163.0",
    "contentful": "10.8.5",
    "deepmerge": "^4.3.1",
    "gsap": "^3.12.5",
    "rxjs": "^7.8.0",
    "safe-pipe": "^3.0.4",
    "three": "^0.163.0"
  },
  "main": "./src/public-api.ts",
  "dependencies": {
    "@contentful/rich-text-html-renderer": "^16.3.5",
    "@ncremental/carousel": "^17.5.10",
    "@types/three": "^0.163.0",
    "contentful": "10.8.5",
    "deepmerge": "^4.3.1",
    "gsap": "^3.12.5",
    "safe-pipe": "^3.0.4",
    "three": "^0.163.0",
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "publishConfig": {
    "@ncremental:registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "module": "fesm2022/ncr-contentful.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/ncr-contentful.mjs",
      "esm": "./esm2022/ncr-contentful.mjs",
      "default": "./fesm2022/ncr-contentful.mjs"
    }
  }
}
