UNPKG

unstated-enhancers

Version:
40 lines (39 loc) 824 B
{ "name": "unstated-enhancers", "version": "2.0.0", "description": "Unstated tools for state management", "main": "dist/index.js", "typings": "dist/index.d.ts", "repository": "https://github.com/xaamin/unstated-enhancers.git", "author": "Ben <xaamin@outllok.com>", "license": "MIT", "keywords": [ "unstated", "logger", "debug", "log", "enhancer", "middleware", "persist", "condition", "state", "state management", "react state" ], "scripts": { "build": "tsc" }, "peerDependencies": { "react": "^15.0.0 || ^16.0.0", "unstated": "^2.1.1" }, "devDependencies": { "@types/node": "^10.12.0", "@types/react": "^16.4.18", "rimraf": "^2.6.2", "typescript": "^3.1.3" }, "dependencies": { "deep-object-diff": "^1.1.0" } }