{
  "name": "@matheo/datasource",
  "version": "17.0.0-beta.0",
  "description": "Reactive Datasource for Angular",
  "author": {
    "name": "Mateo Tibaquira",
    "email": "nestormateo@gmail.com",
    "url": "http://matheo.co"
  },
  "keywords": [
    "angular",
    "material",
    "datasource",
    "rxjs"
  ],
  "license": "MIT",
  "homepage": "http://matheo.co/demos/datasource/",
  "funding": "https://www.paypal.me/mateotp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/matheo/angular.git",
    "directory": "libs/datasource"
  },
  "peerDependencies": {
    "@angular/common": ">=17.0.0",
    "@angular/core": ">=17.0.0",
    "@angular/cdk": ">=17.0.0",
    "@angular/material": ">=17.0.0",
    "rxjs": "*"
  },
  "dependencies": {
    "lodash": "*",
    "tslib": "^2.0.0"
  },
  "module": "fesm2022/matheo-datasource.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/matheo-datasource.mjs",
      "esm": "./esm2022/matheo-datasource.mjs",
      "default": "./fesm2022/matheo-datasource.mjs"
    }
  },
  "sideEffects": false
}