{
  "name": "@ngneat/elf",
  "version": "2.5.1",
  "description": "A reactive state management for JS applications",
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/ngneat/elf/issues"
  },
  "homepage": "https://github.com/ngneat/elf#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/ngneat/elf"
  },
  "keywords": [
    "rxjs",
    "state management",
    "reactive state management",
    "js state management",
    "reactive store",
    "elf"
  ],
  "author": {
    "name": "Netanel Basal",
    "email": "netanel7799@gmail.com",
    "url": "https://netbasal.com"
  },
  "license": "MIT",
  "sideEffects": false,
  "peerDependencies": {
    "rxjs": ">=7.0.0"
  },
  "module": "./index.esm.js",
  "main": "./index.cjs.js"
}
