{
  "name": "@standardagents/react",
  "version": "0.41.12",
  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "type": "module",
  "description": "React composables for AgentBuilder",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "test": "cd ../.. && vitest --dir packages/react",
    "test:run": "cd ../.. && vitest run --dir packages/react",
    "test:ui": "cd ../.. && vitest --ui --dir packages/react"
  },
  "dependencies": {
    "@standardagents/client": "0.41.12"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@types/react": "^19.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "tsup": "^8.3.5",
    "typescript": "^5.9.0"
  },
  "keywords": [
    "standardagents",
    "react",
    "hooks",
    "composables",
    "ai",
    "agent"
  ],
  "author": "FormKit Inc.",
  "license": "UNLICENSED"
}
