UNPKG

turbo-combine-reducers

Version:

Speed-optimized drop-in replacement for Redux's combineReducers

50 lines (49 loc) 1.32 kB
{ "name": "turbo-combine-reducers", "version": "1.0.2", "description": "Speed-optimized drop-in replacement for Redux's combineReducers", "main": "index.js", "scripts": { "build": "NODE_ENV=production rollup -c rollup.config.js", "postbuild": "npm run minify", "minify": "uglifyjs dist/turbo-combine-reducers.js -c -m > dist/turbo-combine-reducers.min.js", "test:lint": "eslint .", "test:unit": "jest", "test": "npm run test:unit && npm run test:lint", "benchmark": "node benchmark", "prepublishOnly": "npm test && npm run build" }, "keywords": [ "redux", "reducer", "reducers" ], "files": [ "dist", "index.js" ], "author": { "name": "Andrew Duthie", "email": "andrew@andrewduthie.com", "url": "https://andrewduthie.com" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/aduth/turbo-combine-reducers.git" }, "bugs": { "url": "https://github.com/aduth/turbo-combine-reducers/issues" }, "devDependencies": { "@aduth/eslint-config": "^2.0.0", "benchmark": "^2.1.4", "eslint": "^5.7.0", "eslint-plugin-jsdoc": "^3.9.0", "jest": "^23.6.0", "redux": "^4.0.1", "rollup": "^0.66.6", "rollup-plugin-commonjs": "^9.2.0", "uglify-js": "^3.4.9" } }