{
  "name": "@objectstack/client-react",
  "version": "10.3.0",
  "license": "Apache-2.0",
  "description": "React hooks for ObjectStack Client SDK",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "peerDependencies": {
    "react": ">=18.0.0"
  },
  "dependencies": {
    "@objectstack/client": "10.3.0",
    "@objectstack/core": "10.3.0",
    "@objectstack/spec": "10.3.0"
  },
  "devDependencies": {
    "@types/react": "^19.2.17",
    "typescript": "^6.0.3"
  },
  "keywords": [
    "objectstack",
    "client",
    "react",
    "hooks",
    "sdk"
  ],
  "author": "ObjectStack",
  "repository": {
    "type": "git",
    "url": "https://github.com/objectstack-ai/framework.git",
    "directory": "packages/client-react"
  },
  "homepage": "https://objectstack.ai/docs",
  "bugs": "https://github.com/objectstack-ai/framework/issues",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "build": "tsup src/index.tsx --config ../../tsup.config.ts"
  }
}