{
  "name": "seerbit-angular",
  "version": "16.0.1",
  "peerDependencies": {
    "@angular/core": "^16.2.8",
    "@angular/common": "^16.2.8",
    "@angular/platform-browser": "^16.2.8"
  },
  "author": "SeerBit",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/seerbit/seerbit-angular/issues"
  },
  "homepage": "https://github.com/seerbit/seerbit-angular#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/seerbit/seerbit-angular.git"
  },
  "keywords": [
    "angular",
    "seerbit",
    "payments"
  ],
  "module": "fesm2022/seerbit-angular.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/seerbit-angular.mjs",
      "esm": "./esm2022/seerbit-angular.mjs",
      "default": "./fesm2022/seerbit-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"
  }
}