UNPKG

redux-typed-kit

Version:

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

52 lines (51 loc) 1.11 kB
{ "name": "redux-typed-kit", "version": "0.0.4", "author": "Mikhail Shtanko", "license": "MIT", "description": "Powerful extensitions for building class-based Redux architecture powered by TypeScript.", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "dist", "src" ], "npmFileMap": [ { "basePath": "/dist/", "files": [ "*.js" ] } ], "npmName": "redux", "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": { "@types/node": "^14.14.16", "typescript": "^3.9.7" } }