necto
Version:
Necto compliments Redux by providing a composable, declarative api to create flows through redux (Action -> Reducer or Action -> Saga). The intent of Necto is to reduce boilerplate, simplify and standardize action creators, and group action logic so that
54 lines (53 loc) • 1.2 kB
JSON
{
"name": "necto",
"version": "1.0.23",
"description": "",
"main": "./dist/main.js",
"scripts": {
"test": "jest --verbose",
"test:watch": "jest --watch --verbose",
"build": "webpack",
"bump": "npm version patch",
"deploy": "npm run build && npm publish"
},
"bugs": {
"url": "https://github.com/hottmanmichael/necto/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hottmanmichael/necto.git"
},
"author": {
"name": "Michael Hottman",
"email": "hottman.michael@gmail.com"
},
"license": "MIT",
"keywords": [
"npm",
"module",
"node",
"javascript",
"redux",
"react",
"saga",
"redux-saga",
"necto"
],
"dependencies": {
"case": "^1.6.1",
"deepmerge": "^3.2.0",
"redux-saga": "^1.0.2",
"regenerator-runtime": "^0.13.2"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.3",
"babel-jest": "^24.7.1",
"babel-loader": "^8.0.5",
"jest": "^24.7.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
}
}