{
  "name": "@gasket/plugin-redux",
  "version": "7.4.5",
  "description": "DEPRECATED Gasket Redux Setup",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "generator",
    "lib"
  ],
  "repository": "godaddy/gasket.git",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "gasket",
    "plugin",
    "redux"
  ],
  "author": "GoDaddy Operating Company, LLC",
  "license": "MIT",
  "bugs": "https://github.com/godaddy/gasket/issues",
  "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-redux",
  "devDependencies": {
    "acorn": "^8.14.0",
    "jest": "^29.7.0",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "react-redux": "^9.2.0",
    "redux": "^5.0.1",
    "webpack": "^5.104.1",
    "@gasket/core": "^7.7.5",
    "@gasket/plugin-express": "^7.5.2",
    "@gasket/plugin-logger": "^7.4.0",
    "@gasket/plugin-metadata": "^7.5.11",
    "@gasket/plugin-middleware": "^7.5.5",
    "@gasket/plugin-webpack": "^7.4.1",
    "@gasket/redux": "^7.4.1",
    "create-gasket-app": "^7.4.22"
  },
  "deprecated": "Package deprecated and will be removed in future major release.",
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "pnpm run lint --fix",
    "posttest": "pnpm run lint && pnpm run typecheck",
    "test": "cross-env NODE_OPTIONS='--unhandled-rejections=strict --experimental-vm-modules' jest",
    "test:coverage": "pnpm run test --coverage",
    "test:watch": "pnpm run test --watchAll",
    "typecheck": "tsc",
    "typecheck:watch": "tsc --watch"
  }
}