{
  "name": "@dynamic-mapper/angular",
  "version": "1.1.1",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DynamicMapper/DynamicMapper.Angular.git"
  },
  "keywords": [],
  "author": "Jan Susicky <susicky.jan@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DynamicMapper/DynamicMapper.Angular/issues"
  },
  "homepage": "https://github.com/DynamicMapper/DynamicMapper.Angular",
  "peerDependencies": {
    "@angular/common": "*",
    "@angular/core": "*",
    "@dynamic-mapper/mapper": "^1.0.0"
  },
  "gitHead": "40910ef791bacc6d34712ca2c9aec1458370c327",
  "module": "fesm2022/dynamic-mapper-angular.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/dynamic-mapper-angular.mjs",
      "esm": "./esm2022/dynamic-mapper-angular.mjs",
      "default": "./fesm2022/dynamic-mapper-angular.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
  }
}