{
  "name": "rx-effects",
  "description": "Reactive state and effects management",
  "version": "1.1.2",
  "license": "MIT",
  "author": "Mikhail Nasyrov (https://github.com/mnasyrov)",
  "homepage": "https://github.com/mnasyrov/rx-effects",
  "bugs": {
    "url": "https://github.com/mnasyrov/rx-effects/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mnasyrov/rx-effects.git"
  },
  "keywords": [
    "state",
    "effect",
    "management",
    "state-management",
    "reactive",
    "rxjs",
    "rx",
    "effector"
  ],
  "engines": {
    "node": ">=12"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "sideEffects": false,
  "files": [
    "dist",
    "docs",
    "src",
    "index.ts",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run build:cjs && npm run build:esm",
    "build:cjs": "tsc -p tsconfig.build.json --outDir dist/cjs --module commonjs",
    "build:esm": "tsc -p tsconfig.build.json --outDir dist/esm --module es2015"
  },
  "peerDependencies": {
    "ditox": ">=2.2 || >=3",
    "rxjs": ">=7.0.0"
  },
  "gitHead": "43609702569bd806a0a1859fb7f122672ebb18ab"
}
