{
  "version": "19.1.0",
  "name": "@rxap/environment",
  "description": "Provides utilities and components for managing application environments in Angular, including determining environment names, release versions, and providing environment-specific configurations. It offers a component to display environment information and functions to update the environment with build details. The package also includes an init generator for setting up peer dependencies.\n",
  "license": "GPL-3.0-or-later",
  "dependencies": {
    "@nx/devkit": "20.5.0",
    "tslib": "2.6.2"
  },
  "peerDependencies": {
    "@angular/common": "^19.2.1",
    "@angular/core": "^19.2.1"
  },
  "author": {
    "name": "Merzough Münker",
    "email": "mmuenker@digitaix.com"
  },
  "bugs": {
    "url": "https://gitlab.com/rxap/packages/-/issues",
    "email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com"
  },
  "generators": "./generators.json",
  "homepage": "https:/gitlab.com/rxap/packages/packages/angular/environment",
  "keywords": [
    "angular",
    "angular-environment",
    "environment",
    "ngx",
    "packages",
    "rxap",
    "scope:utilities"
  ],
  "nx-migrations": {
    "packageGroup": [
      {
        "package": "@angular/common",
        "version": "19.2.16"
      },
      {
        "package": "@angular/core",
        "version": "19.2.16"
      }
    ]
  },
  "publishConfig": {
    "access": "public",
    "directory": "../../../dist/packages/angular/environment"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/rxap/packages.git",
    "directory": "packages/angular/environment"
  },
  "schematics": "./generators.json",
  "sideEffects": false,
  "gitHead": "36b0e9732b24717840935712e316593ff6aba795",
  "module": "fesm2022/rxap-environment.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/rxap-environment.mjs"
    },
    "./theme": "./theme.css"
  }
}
