redux-providers
Version:
Minimalist dependency injection system for redux. Create providers to be injected and used in redux reducers.
37 lines (36 loc) • 848 B
JSON
{
"name": "redux-providers",
"version": "1.1.10",
"description": "Minimalist dependency injection system for redux. Create providers to be injected and used in redux reducers.",
"keywords": [
"Redux",
"Dependency Injection",
"DI",
"Providers",
"Services",
"Redux Providers",
"Redux Services"
],
"license": "MIT",
"main": "build/index.js",
"typings": "build/index",
"repository": {
"type": "git",
"url": "git@gitlab.com:oleklokkhammer/redux-providers/redux-providers.git"
},
"scripts": {
"lint": "tslint -c tslint.json -p tsconfig.json",
"build": "tsc",
"push": "yarn build && yarn publish"
},
"dependencies": {
"redux": "^4.0.0",
"reflect-metadata": "^0.1.12"
},
"devDependencies": {
"tslint": "^5.11.0",
"tslint-clean-code": "^0.2.7",
"tslint-eslint-rules": "^5.3.1",
"typescript": "^3.0.1"
}
}