{
  "name": "@alauda-fe/helm",
  "version": "0.0.0",
  "peerDependencies": {
    "@alauda-fe/crd-form": "^0.0.1",
    "@alauda-fe/common": "^1.4.3",
    "@alauda-fe/i18n": "^1.0.9",
    "@alauda-fe/plugin-sdk": "^0.0.1",
    "@alauda/ui": "^7.2.0",
    "@angular/common": "^16.2.0",
    "@angular/core": "^16.2.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "module": "esm2022/alauda-fe-helm.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/alauda-fe-helm.mjs",
      "esm": "./esm2022/alauda-fe-helm.mjs",
      "default": "./esm2022/alauda-fe-helm.mjs"
    }
  }
}