use-reducer-logger
Version:
A very basic logger for the useReducer function in the React Hooks API.
30 lines (29 loc) • 805 B
JSON
{
"name": "use-reducer-logger",
"version": "1.0.2",
"description": "A very basic logger for the useReducer function in the React Hooks API.",
"main": "srhfl.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jefflombard/simple-react-hook-flux-logger.git"
},
"keywords": [
"react",
"hooks",
"logger",
"flux"
],
"author": "Jeff Lombard <jefflombardjr@gmail.com> (https://jefflombard.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jefflombard/simple-react-hook-flux-logger/issues"
},
"homepage": "https://github.com/jefflombard/simple-react-hook-flux-logger#readme",
"types": "./index.d.ts",
"peerDependencies": {
"react": "^16.8"
}
}