{
  "name": "@sohaha/zcc",
  "version": "0.0.3",
  "description": "App for agentic coding - access coding agent anywhere",
  "author": "Kirill Dubovitskiy & weishu",
  "license": "AGPL-3.0-only",
  "type": "module",
  "homepage": "https://github.com/tiann/zcc",
  "bugs": "https://github.com/tiann/zcc/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tiann/zcc.git",
    "directory": "cli"
  },
  "bin": {
    "zcc": "bin/zcc.cjs"
  },
  "files": [
    "bin/zcc.cjs",
    "NOTICE"
  ],
  "imports": {
    "#embedded-assets": {
      "bun": "./src/runtime/embeddedAssets.bun.ts",
      "default": "./src/runtime/embeddedAssets.stub.ts"
    }
  },
  "optionalDependencies": {
    "@sohaha/zcc-darwin-arm64": "0.0.3",
    "@sohaha/zcc-darwin-x64": "0.0.3",
    "@sohaha/zcc-linux-arm64": "0.0.3",
    "@sohaha/zcc-linux-x64": "0.0.3",
    "@sohaha/zcc-win32-x64": "0.0.3"
  },
  "scripts": {
    "postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','zcc.cjs'),0o755)}catch(e){}\"",
    "typecheck": "tsc --noEmit",
    "build:exe": "bun run scripts/build-executable.ts",
    "build:exe:all": "bun run scripts/build-executable.ts --all",
    "build:exe:allinone": "bun run scripts/build-executable.ts --with-web-assets",
    "build:exe:allinone:all": "bun run scripts/build-executable.ts --with-web-assets --all",
    "obfuscate": "javascript-obfuscator bin/zcc.cjs --output bin/zcc.cjs --compact true --string-array true --string-array-encoding base64",
    "prepare-npm-packages": "bun run scripts/prepare-npm-packages.ts",
    "prepack": "bun run prepare-npm-packages",
    "tools:unpack": "bun run scripts/unpack-tools.ts",
    "update-homebrew-formula": "bun run scripts/update-homebrew-formula.ts",
    "test": "bun run tools:unpack && vitest run",
    "test:win": "vitest run",
    "dev": "bun src/index.ts",
    "dev:local-server": "bun --env-file .env.dev-local-server src/index.ts",
    "dev:integration-test-env": "bun --env-file .env.integration-test src/index.ts",
    "release-all": "bun run scripts/release-all.ts"
  },
  "dependencies": {
    "@zcc/protocol": "workspace:*",
    "zcc-hub": "workspace:*",
    "@modelcontextprotocol/sdk": "^1.25.1",
    "@types/cross-spawn": "^6.0.6",
    "@types/ps-list": "^6.2.1",
    "@types/react": "^19.2.7",
    "axios": "^1.13.2",
    "chalk": "^5.6.2",
    "cross-spawn": "^7.0.6",
    "fastify": "^5.6.2",
    "fastify-type-provider-zod": "6.1.0",
    "ink": "^6.6.0",
    "ps-list": "^9.0.0",
    "react": "^19.2.3",
    "socket.io-client": "^4.8.3",
    "tar": "^7.5.2",
    "yaml": "^2.8.2",
    "zod": "^4.2.1"
  },
  "devDependencies": {
    "@types/node": ">=25",
    "bun-types": "^1.3.14",
    "dotenv": "^17.2.3",
    "javascript-obfuscator": "^4.1.1",
    "typescript": "^5",
    "vitest": "^4.0.16"
  },
  "resolutions": {
    "whatwg-url": "14.2.0",
    "parse-path": "7.0.3",
    "@types/parse-path": "7.0.3"
  },
  "packageManager": "bun@1.3.14",
  "publishConfig": {
    "access": "public"
  }
}
