use-reduction
Version:
Simplify your reducer hooks
37 lines (36 loc) • 734 B
JSON
{
"name": "use-reduction",
"version": "2.1.2",
"description": "Simplify your reducer hooks",
"files": [
"dist"
],
"keywords": [
"react",
"hooks",
"reducer",
"redux",
"flux"
],
"author": "Andrew Nater",
"license": "MIT",
"peerDependencies": {
"react": "^16.11.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"react": "^16.11.0 || ^17.0.0 || ^18.0.0",
"typescript": "^4.6.2"
},
"main": "dist/index.js",
"module": "dist/index.js",
"scripts": {
"build": "tsc",
"dev": "npm run build -w",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/anater/useReduction.git"
}
}