{
  "name": "use-one",
  "version": "2.0.0-alpha.2",
  "react-server": "./dist/index.react-server.mjs",
  "react-native": "./dist/index.react-native.mjs",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    "react-native": "./dist/index.react-native.mjs",
    "react-server": "./dist/index.react-server.mjs",
    "default": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "files": [
    "README.md",
    "dist"
  ],
  "dependencies": {
    "server-only": "^0.0.1"
  },
  "peerDependencies": {
    "react": ">=16",
    "@react-native-async-storage/async-storage": "^2.1.2"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "server-only": {
      "optional": true
    },
    "@react-native-async-storage/async-storage": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/suhaotian/use-one.git"
  },
  "author": {
    "name": "@suhaotian"
  },
  "bugs": {
    "url": "https://github.com/suhaotian/use-one/issues"
  },
  "homepage": "https://github.com/suhaotian/use-one",
  "keywords": [
    "state",
    "management",
    "manager",
    "store",
    "react",
    "reactjs",
    "hooks",
    "react-hooks",
    "typescript",
    "react-native",
    "expo",
    "localStorage",
    "AsyncStorage"
  ],
  "license": "MIT"
}