{
  "name": "@yelon/auth",
  "version": "20.0.2",
  "author": "yunzai-bot<yunzai-bot@outlook.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hbyunzai/yelon.git"
  },
  "bugs": {
    "url": "https://github.com/hbyunzai/ng-yunzai/issues"
  },
  "homepage": "https://ng.yunzainfo.com",
  "keywords": [
    "angular auth",
    "ng auth",
    "ngx auth",
    "angular jwt",
    "ng jwt",
    "ngx jwt",
    "yelon",
    "ng-yunzai",
    "yunzai",
    "antd",
    "ng-zorro-antd"
  ],
  "dependencies": {
    "ng-zorro-antd": "^20.1.0",
    "@yelon/util": "^20.0.2",
    "tslib": "^2.3.0"
  },
  "module": "fesm2022/auth.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/auth.mjs"
    }
  },
  "sideEffects": false
}