@myrmidon/cadmus-flags-pg
Version:
Cadmus - item flags UI wrapper.
39 lines • 979 B
JSON
{
"name": "@myrmidon/cadmus-flags-pg",
"version": "16.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": "^22.0.0",
"@angular/core": "^22.0.0",
"@angular/material": "^22.0.0",
"@myrmidon/auth-jwt-login": "^9.0.0",
"@myrmidon/cadmus-flags-ui": "^16.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/myrmidon-cadmus-flags-pg.mjs",
"typings": "types/myrmidon-cadmus-flags-pg.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/myrmidon-cadmus-flags-pg.d.ts",
"default": "./fesm2022/myrmidon-cadmus-flags-pg.mjs"
}
},
"type": "module"
}