{
  "name": "react-native-hox",
  "version": "1.0.1",
  "description": "一个轻量级、类型安全、零心智负担的 React Native 状态管理解决方案。",
  "keywords": [
    "react-native",
    "state-management",
    "store",
    "global-state",
    "typescript",
    "hooks",
    "hox"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitee.com/ws18250840411/react-native-hox.git"
  },
  "bugs": {
    "url": "https://gitee.com/ws18250840411/react-native-hox/issues"
  },
  "homepage": "https://gitee.com/ws18250840411/react-native-hox#readme",
  "license": "ISC",
  "author": "wangwenshan",
  "sideEffects": false,
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "react-native": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsup",
    "prepack": "npm run build"
  },
  "dependencies": {
    "use-sync-external-store": "^1.6.0"
  },
  "peerDependencies": {
    "react": ">=16.8",
    "react-native": ">=0.65",
    "@react-native-async-storage/async-storage": ">=2.0.0"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/react": "^19.2.8",
    "@types/react-native": "^0.72.8",
    "@types/react-test-renderer": "^19.1.0",
    "@types/use-sync-external-store": "^1.5.0",
    "jest": "^30.2.0",
    "react": "^19.2.0",
    "react-test-renderer": "^19.2.3",
    "ts-jest": "^29.4.6",
    "tsup": "^8.5.0",
    "typescript": "^5.9.3"
  }
}