{
  "name": "@buoy-gg/redux",
  "version": "7.0.1",
  "description": "Redux DevTools inside your React Native app — action log, state diffs & time travel with zero store changes. Part of Buoy devtools.",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "react-native": "lib/module/index.js",
  "source": "src/index.tsx",
  "exports": {
    ".": {
      "react-native": "./lib/module/index.js",
      "import": {
        "default": "./lib/module/index.js",
        "types": "./lib/typescript/index.d.ts"
      },
      "require": {
        "default": "./lib/commonjs/index.js",
        "types": "./lib/typescript/index.d.ts"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "lib"
  ],
  "sideEffects": false,
  "dependencies": {
    "@buoy-gg/shared-ui": "7.0.1",
    "@buoy-gg/license": "7.0.1",
    "@buoy-gg/floating-tools-core": "7.0.1"
  },
  "peerDependencies": {
    "@reduxjs/toolkit": ">=1.9.0",
    "react": "*",
    "react-native": "*",
    "react-redux": ">=8.0.0"
  },
  "devDependencies": {
    "@reduxjs/toolkit": "^2.11.2",
    "@types/react": "^19.1.0",
    "@types/react-native": "^0.73.0",
    "react-redux": "^9.2.0",
    "typescript": "~5.8.3"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "commonjs",
        {
          "sourceMaps": false
        }
      ],
      [
        "module",
        {
          "sourceMaps": false
        }
      ],
      "typescript"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Buoy-gg/buoy.git",
    "directory": "packages/redux"
  },
  "bugs": {
    "url": "https://github.com/LovesWorking/react-native-buoy/issues"
  },
  "homepage": "https://buoy.gg/tools/redux",
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  },
  "keywords": [
    "react-native",
    "expo",
    "devtools",
    "debugging",
    "react-native-devtools",
    "flipper-alternative",
    "redux",
    "state-management",
    "actions"
  ],
  "scripts": {
    "build": "bob build",
    "typecheck": "tsc --noEmit",
    "clean": "rimraf lib",
    "test": "pnpm run typecheck",
    "postinstall": "echo \"Run pnpm build to compile this package\""
  }
}