UNPKG

rx-store-core

Version:

A Rxjs and Immutable based Type-safe state management tool

34 lines (33 loc) 790 B
{ "name": "rx-store-core", "version": "2.3.5", "description": "A Rxjs and Immutable based Type-safe state management tool", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "start": "node dist/index.js", "build": "npx tsc" }, "repository": { "type": "git", "url": "git+https://github.com/Honka3rd/RxStore.git" }, "keywords": [ "State Management", "Rxjs", "Typescript", "Immutable" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/Honka3rd/RxStore/issues" }, "homepage": "https://github.com/Honka3rd/RxStore#readme", "dependencies": { "immutable": "^4.2.2", "rx-store-types": "^2.0.8", "rxjs": "^7.8.0", "typescript": "5.0.2" } }