{
  "name": "@lonli-lokli/ng-result",
  "version": "1.3.0",
  "private": false,
  "peerDependencies": {
    "@angular/common": "^12.2.0",
    "@angular/core": "^12.2.0"
  },
  "dependencies": {
    "@lonli-lokli/ts-result": "^2.0.1",
    "tslib": "^2.3.0"
  },
  "description": "Angular Library with set of components/directives/pipes for easier work with Result union from https://github.com/Lonli-Lokli/ts-result",
  "repository": {
    "type": "git",
    "url": "https://github.com/Lonli-Lokli/ng-result.git",
    "directory": "projects/ng-result"
  },
  "keywords": [
    "Typescript",
    "Result",
    "Monad",
    "Angular"
  ],
  "author": "Lonli-Lokli",
  "license": "MIT",
  "main": "bundles/lonli-lokli-ng-result.umd.js",
  "module": "fesm2015/lonli-lokli-ng-result.js",
  "es2015": "fesm2015/lonli-lokli-ng-result.js",
  "esm2015": "esm2015/lonli-lokli-ng-result.js",
  "fesm2015": "fesm2015/lonli-lokli-ng-result.js",
  "typings": "lonli-lokli-ng-result.d.ts",
  "sideEffects": false
}