UNPKG

redux-retype-actions

Version:
40 lines (39 loc) 1.02 kB
{ "name": "redux-retype-actions", "version": "1.0.5", "description": "Change the type of your actions", "main": "dist/index.js", "scripts": { "clean": "rm -rf dist", "build": "babel src --out-dir dist", "prepublish": "npm run clean && npm run build", "test": "jest", "flow": "flow", "flowtyped": "flow-typed" }, "repository": { "type": "git", "url": "git+https://github.com/l2silver/redux-retype-actions.git" }, "keywords": [ "redux", "redux-batched-actions", "retype", "actions" ], "author": "Leigh Silverstein", "license": "ISC", "bugs": { "url": "https://github.com/l2silver/redux-retype-actions/issues" }, "homepage": "https://github.com/l2silver/redux-retype-actions#readme", "devDependencies": { "babel-cli": "^6.23.0", "babel-core": "^6.23.1", "babel-plugin-transform-flow-strip-types": "^6.22.0", "babel-preset-es2015": "^6.22.0", "flow-bin": "^0.40.0", "flow-typed": "^2.0.0", "jest": "^19.0.2" } }