{
  "name": "@soloco/client",
  "version": "0.4.3",
  "private": false,
  "description": "Soloco 本地客户端 daemon — local-first 长期使命型 agent 操作系统的本地执行权威",
  "keywords": [
    "soloco",
    "ai",
    "agents",
    "agent-os",
    "local-first",
    "orchestration",
    "daemon",
    "cli"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://github.com/EarthbornLab/soloco-new#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EarthbornLab/soloco-new.git",
    "directory": "apps/client-daemon"
  },
  "bugs": {
    "url": "https://github.com/EarthbornLab/soloco-new/issues"
  },
  "type": "module",
  "bin": {
    "soloco": "bin.mjs"
  },
  "files": [
    "dist",
    "!dist/**/*.map",
    "!dist/.soloco-daemon-build.json",
    "bin.mjs",
    "node-floor.mjs",
    "postinstall.mjs",
    "welcome-banner.mjs",
    "README.md"
  ],
  "engines": {
    "node": ">=22.5.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "pnpm --filter @soloco/client-web build && tsup && node scripts/normalize-node-builtins.mjs dist && node scripts/copy-web.mjs && node scripts/copy-product-runtime-skills.mjs && node scripts/strip-sourcemap-comments.mjs dist",
    "build:dev": "node scripts/build-dev.mjs",
    "dev": "SOLOCO_DEV_PANEL=true tsx --env-file-if-exists=.env src/cli.ts run",
    "dev:local-test": "node scripts/dev-local-test.mjs",
    "install:local-test-host": "pnpm run build:dev && tsx src/cli.ts chrome install-local-test-host",
    "uninstall:local-test-host": "tsx src/cli.ts chrome uninstall-local-test-host",
    "dev:isolated": "tsx --env-file=dev.env src/cli.ts run",
    "dev:open": "tsx --env-file-if-exists=.env src/cli/development-dashboard.ts",
    "dev:isolated:open": "tsx --env-file=dev.env src/cli/development-dashboard.ts",
    "demo:browser": "tsx scripts/demo-libretto-browser.ts",
    "verify:browser:wsl": "tsx scripts/verify-user-chrome-wsl-transport.ts",
    "dev-mock": "tsx scripts/dev-mock-cli.ts",
    "postinstall": "node postinstall.mjs",
    "prepack": "pnpm run build",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "pnpm run typecheck && node ../../scripts/run-with-agent-runtime-sentinels.mjs node scripts/run-tests.mjs --test 'test/*.test.ts' --test-reporter=dot",
    "test:sharded": "pnpm run typecheck && node scripts/run-tests-sharded.mjs --test 'test/*.test.ts' --test-reporter=dot",
    "test:spec": "pnpm run typecheck && node ../../scripts/run-with-agent-runtime-sentinels.mjs node scripts/run-tests.mjs --test 'test/*.test.ts' --test-reporter=spec",
    "test:fault-injection": "tsx --test test/fault-injection/*.test.ts"
  },
  "dependencies": {
    "@hono/node-server": "^2.0.4",
    "@modelcontextprotocol/sdk": "1.29.0",
    "@napi-rs/keyring": "^1.3.0",
    "chrome-devtools-mcp": "1.6.0",
    "hono": "^4.12.23",
    "imapflow": "^1.4.7",
    "libretto-browser-tools": "0.1.2",
    "mailparser": "^3.9.14",
    "nodemailer": "^9.0.3",
    "playwright": "1.58.2",
    "sharp": "0.34.5",
    "smol-toml": "1.3.4",
    "socks": "^2.8.9",
    "tar-stream": "3.2.0",
    "ws": "8.21.0",
    "yauzl": "3.4.0"
  },
  "devDependencies": {
    "@soloco/package-sdk": "workspace:*",
    "@soloco/package-testkit": "workspace:*",
    "@soloco/shared": "workspace:*",
    "@types/mailparser": "^3.4.6",
    "@types/node": "^22.19.1",
    "@types/nodemailer": "^8.0.1",
    "@types/tar-stream": "3.1.4",
    "@types/ws": "8.18.1",
    "@types/yauzl": "3.4.0",
    "fast-check": "^4.9.0",
    "tsup": "^8.5.1",
    "tsx": "^4.19.3",
    "typescript": "^5.8.3",
    "zod": "^4.0.17"
  }
}
