{ "dependencies": { "lodash": "^4.17.15", "mobx": "^5.14.2", "redux": "^4.0.4" }, "devDependencies": { "@babel/cli": "^7.6.4", "@babel/core": "^7.6.4", "@babel/preset-env": "^7.6.3", "@types/jest": "^24.0.19", "@types/lodash": "^4.14.144", "babel-jest": "^24.9.0", "jest": "^24.9.0", "ts-jest": "^24.1.0", "tsd": "^0.10.0", "typedoc": "^0.15.0", "typescript": "^3.6.4", "updeep": "^1.2.0" }, "license": "MIT", "main": "dist/index.js", "name": "updux", "description": "Updeep-friendly Redux helper framework", "scripts": { "build": "tsc && typedoc", "test": "jest" }, "version": "1.1.0", "repository": { "type": "git", "url": "git+https://github.com/yanick/updux.git" }, "keywords": [ "redux", "updeep" ], "author": "Yanick Champoux (http://techblog.babyl.ca)", "bugs": { "url": "https://github.com/yanick/updux/issues" }, "homepage": "https://github.com/yanick/updux#readme", "types": "./dist/index.d.ts" }