{
  "name": "@acpaas-ui/ngx-flyout",
  "version": "6.1.5",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@acpaas-ui/ngx-icon": "^6.1.5",
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@angular/common": ">=15.2.0",
    "@angular/core": ">=15.2.0",
    "@angular/platform-browser": ">=15.2.0"
  },
  "gitHead": "96e2c48f007fcb0ed00f1035243f332079f936eb",
  "module": "fesm2015/acpaas-ui-ngx-flyout.mjs",
  "es2020": "fesm2020/acpaas-ui-ngx-flyout.mjs",
  "esm2020": "esm2020/acpaas-ui-ngx-flyout.mjs",
  "fesm2020": "fesm2020/acpaas-ui-ngx-flyout.mjs",
  "fesm2015": "fesm2015/acpaas-ui-ngx-flyout.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2020": "./esm2020/acpaas-ui-ngx-flyout.mjs",
      "es2020": "./fesm2020/acpaas-ui-ngx-flyout.mjs",
      "es2015": "./fesm2015/acpaas-ui-ngx-flyout.mjs",
      "node": "./fesm2015/acpaas-ui-ngx-flyout.mjs",
      "default": "./fesm2020/acpaas-ui-ngx-flyout.mjs"
    }
  },
  "sideEffects": false,
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
  }
}