{
  "name": "ngx-lottie",
  "version": "13.0.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ngx-lottie/ngx-lottie.git"
  },
  "license": "MIT",
  "homepage": "https://github.com/ngx-lottie/ngx-lottie#readme",
  "bugs": {
    "url": "git+https://github.com/ngx-lottie/ngx-lottie/issues"
  },
  "keywords": [
    "animation",
    "canvas",
    "svg",
    "after effects",
    "plugin",
    "angular",
    "angular8",
    "angular 8",
    "angular9",
    "angular 9",
    "angular10",
    "angular 10",
    "angular11",
    "angular 11",
    "angular12",
    "angular 12",
    "angular13",
    "angular 13",
    "angular14",
    "angular 14",
    "angular15",
    "angular 15",
    "angular 15",
    "angular16",
    "angular 16",
    "angular17",
    "angular 17",
    "angular18",
    "angular 18",
    "angular19",
    "angular 19",
    "universal",
    "ivy"
  ],
  "sideEffects": false,
  "peerDependencies": {
    "@angular/core": ">=19",
    "lottie-web": ">=5.9.2"
  },
  "dependencies": {
    "@scarf/scarf": "^1.1.1",
    "tslib": "^2.3.0"
  },
  "module": "fesm2022/ngx-lottie.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ngx-lottie.mjs"
    },
    "./server": {
      "types": "./server/index.d.ts",
      "default": "./fesm2022/ngx-lottie-server.mjs"
    }
  }
}