redux-persist-machine
Version:
Fine-grained control over the persisting and rehydration of your redux store.
49 lines (48 loc) • 1.23 kB
JSON
{
"name": "redux-persist-machine",
"version": "3.1.2",
"description": "Fine-grained control over the persisting and rehydration of your redux store.",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"pre-commit": "lint-staged",
"_postinstall": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aspect-apps/redux-persist-machine.git"
},
"keywords": [
"persist",
"redux",
"save",
"redux-persist",
"rehydrate",
"stoarge",
"redux-middleware",
"async",
"store"
],
"author": "Luke Brandon Farrell",
"license": "MIT",
"bugs": {
"url": "https://github.com/aspect-apps/redux-persist-machine/issues"
},
"homepage": "https://github.com/aspect-apps/redux-persist-machine#readme",
"dependencies": {
"@types/lodash": "^4.14.126",
"lodash": "^4.17.11"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"pinst": "^2.1.6",
"prettier": "^2.3.0",
"semantic-release": "^17.4.3",
"typescript": "^4.3.2"
}
}