{
  "name": "gl-ng-titles-frontend",
  "version": "9.3.2",
  "description": "Common code and components designed for Angular 2+ to be used among web front-end development.",
  "main": "wrapper_titles.ts",
  "types": "gl-ng-titles-frontend.d.ts",
  "module": "fesm2022/gl-ng-titles-frontend.mjs",
  "repository": {
    "type": "git",
    "url": "https://github.com/glaucioleonardo/gl-ng-frontend/tree/master/projects/gl-ng-titles-frontend"
  },
  "keywords": [
    "angular",
    "angular 2+",
    "angular component",
    "angular tools",
    "angular label",
    "angular title"
  ],
  "author": "Gláucio Leonardo Sant'ana",
  "license": "MIT",
  "homepage": "https://www.glauciosantana.com",
  "bugs": "https://github.com/glaucioleonardo/gl-ng-frontend/issues",
  "peerDependencies": {
    "@angular/common": "~17.3.7",
    "@angular/core": "~17.3.7"
  },
  "dependencies": {
    "gl-icons-assets": "^1.5.1",
    "gl-scss-styles": "^3.1.1",
    "tslib": "^2.3.0"
  },
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/gl-ng-titles-frontend.mjs",
      "esm": "./esm2022/gl-ng-titles-frontend.mjs",
      "default": "./fesm2022/gl-ng-titles-frontend.mjs"
    }
  },
  "sideEffects": false
}