UNPKG

mutoid

Version:

Reactive library for data fetching, caching, state management

64 lines 1.29 kB
{ "name": "mutoid", "version": "0.6.0-rc.1", "description": "Reactive library for data fetching, caching, state management", "repository": { "type": "git", "url": "https://github.com/facile-it/mutoid.git" }, "author": "Iacopo <siuvdlec@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/facile-it/mutoid/issues" }, "homepage": "https://engineering.facile.it/mutoid", "main": "index.js", "module": "index.js", "types": "index.d.ts", "sideEffects": false, "volta": { "node": "18.19.0" }, "peerDependencies": { "fp-ts": "^2.10.5", "fp-ts-reactive": "^0.6", "io-ts": "^2.2.10", "react": "^17.0.2 || ^18.2.0", "rxjs": "^7.8", "use-sync-external-store": "^1.2.0" }, "peerDependenciesMeta": { "io-ts": { "optional": true }, "react": { "optional": true }, "use-sync-external-store": { "optional": true } }, "tags": [ "algebraic-data-types", "fp-ts-rxjs", "fp-ts", "io-ts", "react", "reactive", "reactivex", "rxjs", "typescript" ], "keywords": [ "algebraic-data-types", "fp-ts-rxjs", "fp-ts", "io-ts", "isomorphic", "react", "reactive", "reactivex", "rxjs", "typescript" ] }