{ "dependencies": { "lodash": "^4.17.15", "redux": "^4.0.5", "ts-action": "^11.0.0", "ts-node": "^8.6.2", "updeep": "^1.2.0" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.8.7", "@babel/preset-env": "^7.8.7", "@types/jest": "^25.1.4", "@types/lodash": "^4.14.149", "@types/sinon": "^7.5.2", "@typescript-eslint/eslint-plugin": "^2.23.0", "@typescript-eslint/parser": "^2.23.0", "babel-jest": "^25.1.0", "docsify": "^4.11.2", "docsify-cli": "^4.4.0", "docsify-tools": "^1.0.20", "dtslint": "^3.3.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-prettier": "^3.1.2", "glob": "^7.1.6", "jest": "^25.1.0", "promake": "^3.1.3", "sinon": "^9.0.1", "standard-version": "^8.0.0", "tap": "^14.10.6", "ts-jest": "^25.2.1", "tsd": "^0.11.0", "typedoc": "0.17.7", "typedoc-plugin-markdown": "^2.2.17", "typescript": "^3.8.3" }, "license": "MIT", "main": "dist/index.js", "name": "updux", "description": "Updeep-friendly Redux helper framework", "scripts": { "docsify:serve": "docsify serve docs", "build": "tsc", "test": "tap src/**test.ts", "lint": "prettier -c --", "lint:fix": "prettier --write --" }, "version": "2.0.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", "prettier": { "tabWidth": 4, "singleQuote": true, "trailingComma": "es5" } }