{
  "name": "@uiowa/uiowa-mfk",
  "version": "19.0.0",
  "author": "Changhui Xu <changhui-xu@uiowa.edu>",
  "description": "mfk, uiowa-mfk, uiowa-favorite-mfk, mfk-string",
  "keywords": [
    "Angular",
    "uiowa",
    "mfk",
    "favorite"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/changhuixu/uiowa-mfk-project.git"
  },
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": ">=19.0.0",
    "@angular/core": ">=19.0.0",
    "@uiowa/digit-only": ">=4.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/uiowa-uiowa-mfk.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/uiowa-uiowa-mfk.mjs"
    }
  }
}