{
  "name": "w3-redux",
  "version": "0.5.1",
  "main": "./lib/index.js",
  "description": "redux and redux thunk tools",
  "keywords": [
    "redux",
    "react-redux",
    "redux-thunk",
    "statemanagment",
    "redux-devtools"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "publish": "npm publish",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Ali Mahmoodi <rminmh@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "@redux-devtools/extension": "^3.2.2",
    "next-redux-wrapper": "^7.0.5",
    "react-redux": "^8.0.2",
    "redux": "^4.2.0",
    "redux-thunk": "^2.4.1"
  },
  "peerDependencies": {
    "react": ">=16",
    "react-dom": ">=16"
  },
  "devDependencies": {
    "typescript": "^4.7.4"
  }
}
