{
  "name": "angular-runtime-config",
  "version": "16.0.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/vdolek/angular-runtime-config"
  },
  "homepage": "https://github.com/vdolek/angular-runtime-config#readme",
  "author": {
    "name": "Martin Volek",
    "email": "martin@vdolek.cz"
  },
  "keywords": [
    "angular",
    "runtime-configuration",
    "runtime-config",
    "configuration-management",
    "configuration",
    "config",
    "package",
    "environment",
    "deploy",
    "deployment",
    "runtime"
  ],
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": "^16.0.0",
    "@angular/core": "^16.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "module": "fesm2022/angular-runtime-config.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/angular-runtime-config.mjs",
      "esm": "./esm2022/angular-runtime-config.mjs",
      "default": "./fesm2022/angular-runtime-config.mjs"
    }
  },
  "sideEffects": false
}