{
  "name": "@huds0n/shared-state",
  "version": "2.0.0-beta1",
  "description": "Global State Manager for React Native",
  "main": "./index.js",
  "types": "./index.d.ts",
  "keywords": [
    "global",
    "state",
    "react",
    "typescript",
    "persist"
  ],
  "contributors": [
    {
      "name": "J Hudson"
    },
    {
      "name": "M Hudson"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "@huds0n/error": "2.0.0-beta1",
    "tslib": "^2.5.0"
  },
  "devDependencies": {
    "@types/react": "^18.0.27",
    "@types/react-native": "^0.71.0",
    "typescript": "^4.9.4"
  },
  "publishConfig": {
    "access": "public"
  }
}