reducers-creator
Version:
Reducers Creator is an awesome tiny javascript package that allows you to easily and intuitively create reducer functions. Mainly used to create redux reducers.
58 lines (57 loc) • 1.62 kB
JSON
{
"name": "reducers-creator",
"version": "1.1.1",
"description": "Reducers Creator is an awesome tiny javascript package that allows you to easily and intuitively create reducer functions. Mainly used to create redux reducers.",
"license": "MIT",
"homepage": "https://github.com/ruben-arushanyan/reducers-creator",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ruben-arushanyan/reducers-creator"
},
"bugs": {
"url": "https://github.com/ruben-arushanyan/reducers-creator/issues",
"email": "ruben.arushanyan24@gmail.com"
},
"keywords": [
"reducers-creator",
"reducer",
"redux",
"redux-reducer",
"immer",
"immutable",
"javascript"
],
"author": {
"name": "Ruben Arushanyan",
"email": "ruben.arushanyan24@gmail.com",
"url": "https://www.linkedin.com/in/ruben-arushanyan-42bba9235/"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/Ruben-Arushanyan"
},
"scripts": {
"build": "node scripts/build.js",
"test": "npm run to-pack --if-present; node scripts/test.js",
"to-pack": "npm run build --if-present; node scripts/to-pack.js",
"to-npm-publish": "npm run to-pack --if-present; node scripts/to-npm-publish.js"
},
"packableFiles": [
"package.json",
"README.md",
"LICENSE",
"dist/."
],
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"actions-creator": "^1.1.0",
"jest": "^26.6.3"
},
"dependencies": {
"immer": "^9.0.1"
},
"sideEffects": false
}