react-combine-reducers
Version:
A helper utility to apply combineReducers functionality in React useReducer hook for large scale applications
49 lines (48 loc) • 1.12 kB
JSON
{
"name": "react-combine-reducers",
"version": "1.1.1",
"description": "A helper utility to apply combineReducers functionality in React useReducer hook for large scale applications",
"main": "index.js",
"scripts": {
"build": "rm -rf lib && babel src --out-dir lib",
"test": "standard --fix && jest src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ankita1010/react-combine-reducers.git"
},
"keywords": [
"react",
"react-hooks",
"reducer",
"combine",
"reducers",
"hooks"
],
"author": "Ankita Chakraborty",
"license": "ISC",
"bugs": {
"url": "https://github.com/ankita1010/react-combine-reducers/issues"
},
"homepage": "https://github.com/ankita1010/react-combine-reducers#readme",
"standard": {
"globals": [
"describe",
"expect",
"it"
],
"ignore": [
"/lib"
]
},
"dependencies": {
"core-js": "^3.6.5"
},
"devDependencies": {
"@babel/cli": "^7.12.0",
"@babel/core": "^7.12.0",
"@babel/preset-env": "^7.12.0",
"jest": "^26.6.1",
"standard": "^15.0.1"
}
}