{
  "name": "@orchestrator/html-tag",
  "version": "0.2.1",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/orchestratora/orchestrator.git"
  },
  "keywords": [
    "html",
    "native",
    "ui",
    "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",
    "@orchestrator/core": "^2.0.0",
    "rxjs": "^6.0.0 || ^7.0.0",
    "@orchestrator/gen-io-ts": "^3.0.1",
    "fp-ts": "^2.5.4",
    "io-ts": "^2.2.1",
    "ng-dynamic-component": "^10.0.0-no-barrels.0",
    "@angular/platform-browser": "^13.1.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "gitHead": "8de2197ea5f62327ff5a91a44cf65a1f8c0d55d6",
  "module": "fesm2015/orchestrator-html-tag.mjs",
  "es2020": "fesm2020/orchestrator-html-tag.mjs",
  "esm2020": "esm2020/orchestrator-html-tag.mjs",
  "fesm2020": "fesm2020/orchestrator-html-tag.mjs",
  "fesm2015": "fesm2015/orchestrator-html-tag.mjs",
  "typings": "orchestrator-html-tag.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./orchestrator-html-tag.d.ts",
      "esm2020": "./esm2020/orchestrator-html-tag.mjs",
      "es2020": "./fesm2020/orchestrator-html-tag.mjs",
      "es2015": "./fesm2015/orchestrator-html-tag.mjs",
      "node": "./fesm2015/orchestrator-html-tag.mjs",
      "default": "./fesm2020/orchestrator-html-tag.mjs"
    }
  },
  "sideEffects": false
}