{
  "name": "@orchestrator/core",
  "version": "2.0.6",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/orchestratora/orchestrator.git"
  },
  "keywords": [
    "rendering",
    "extensions",
    "orchestrator",
    "components",
    "angular"
  ],
  "author": "Orchestrator <orchestratora@gmail.com>",
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
    "@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
    "@angular/platform-browser": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
    "rxjs": "^6.0.0 || ^7.0.0"
  },
  "dependencies": {
    "@orchestrator/gen-io-ts": "^3.0.0",
    "fp-ts": "^2.11.5",
    "io-ts": "^2.2.16",
    "ng-dynamic-component": "^10.0.0-no-barrels.0",
    "tslib": "^2.0.0"
  },
  "gitHead": "8de2197ea5f62327ff5a91a44cf65a1f8c0d55d6",
  "module": "fesm2015/orchestrator-core.mjs",
  "es2020": "fesm2020/orchestrator-core.mjs",
  "esm2020": "esm2020/orchestrator-core.mjs",
  "fesm2020": "fesm2020/orchestrator-core.mjs",
  "fesm2015": "fesm2015/orchestrator-core.mjs",
  "typings": "orchestrator-core.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./orchestrator-core.d.ts",
      "esm2020": "./esm2020/orchestrator-core.mjs",
      "es2020": "./fesm2020/orchestrator-core.mjs",
      "es2015": "./fesm2015/orchestrator-core.mjs",
      "node": "./fesm2015/orchestrator-core.mjs",
      "default": "./fesm2020/orchestrator-core.mjs"
    },
    "./testing": {
      "types": "./testing/orchestrator-core-testing.d.ts",
      "esm2020": "./esm2020/testing/orchestrator-core-testing.mjs",
      "es2020": "./fesm2020/orchestrator-core-testing.mjs",
      "es2015": "./fesm2015/orchestrator-core-testing.mjs",
      "node": "./fesm2015/orchestrator-core-testing.mjs",
      "default": "./fesm2020/orchestrator-core-testing.mjs"
    }
  },
  "sideEffects": false
}