{
  "name": "@nextclaw/client-sdk",
  "version": "0.5.17",
  "private": false,
  "description": "Shared client SDK for NextClaw session, agent, and realtime access.",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Peiiii/nextclaw.git"
  },
  "homepage": "https://github.com/Peiiii/nextclaw/tree/master/packages/nextclaw-client-sdk",
  "bugs": {
    "url": "https://github.com/Peiiii/nextclaw/issues"
  },
  "keywords": [
    "nextclaw",
    "client-sdk",
    "session",
    "realtime"
  ],
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "development": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "dependencies": {
    "@nextclaw/shared": "0.4.14",
    "@nextclaw/server": "0.15.17",
    "@nextclaw/ncp": "0.7.13"
  },
  "devDependencies": {
    "@types/node": "^20.17.6",
    "typescript": "^5.6.3",
    "vitest": "^4.1.2"
  },
  "scripts": {
    "build": "tsdown src/index.ts --dts.sourcemap --clean --target es2022 --no-fixedExtension --unbundle && tsdown --config src/config/browser-build.config.ts",
    "lint": "eslint src --max-warnings=0",
    "tsc": "tsc -p tsconfig.json",
    "test": "vitest run"
  }
}