{
  "name": "ngx-countdown",
  "version": "21.0.0",
  "description": "Simple, easy and performance countdown for angular",
  "keywords": [
    "ngx-countdown",
    "ng-countdown",
    "angular-countdown",
    "angular countdown",
    "countdown",
    "count down",
    "angular standalone library"
  ],
  "author": "cipchk <cipchk@qq.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/cipchk/ngx-countdown"
  },
  "bugs": {
    "url": "https://github.com/cipchk/ngx-countdown/issues"
  },
  "homepage": "https://cipchk.github.io/ngx-countdown/",
  "module": "fesm2022/ngx-countdown.mjs",
  "typings": "types/ngx-countdown.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-countdown.d.ts",
      "default": "./fesm2022/ngx-countdown.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}