{
  "name": "@myrmidon/cadmus-flags-pg",
  "version": "14.0.0",
  "description": "Cadmus - item flags UI wrapper.",
  "keywords": [
    "Cadmus"
  ],
  "homepage": "https://github.com/vedph/cadmus-shell-v3",
  "repository": {
    "type": "git",
    "url": "https://github.com/vedph/cadmus-shell-v3"
  },
  "author": {
    "name": "Daniele Fusi"
  },
  "peerDependencies": {
    "@angular/common": "^20.0.0",
    "@angular/core": "^20.0.0",
    "@myrmidon/auth-jwt-login": "^8.0.0",
    "@myrmidon/cadmus-flags-ui": "^14.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/myrmidon-cadmus-flags-pg.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/myrmidon-cadmus-flags-pg.mjs"
    }
  }
}