UNPKG

@mikhail.shtanko/redux-oop

Version:

Powerful extensitions for building class-based Redux architecture powered by TypeScript.

38 lines (37 loc) 904 B
{ "name": "@mikhail.shtanko/redux-oop", "version": "0.0.1", "author": "Mikhail Shtanko", "license": "MIT", "description": "Powerful extensitions for building class-based Redux architecture powered by TypeScript.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/ordenilluminaten/redux-oop.git" }, "bugs": { "url": "https://github.com/ordenilluminaten/redux-oop/issues" }, "homepage": "https://github.com/ordenilluminaten/redux-oop#readme", "keywords": [ "redux", "oop", "store", "state", "class", "decorator", "decorated", "reducer", "typescript", "middleware", "action" ], "dependencies": { "redux": "^4.0.4", "reflect-metadata": "^0.1.13" }, "devDependencies": { "typescript": "^3.5.3" } }