{
  "name": "sakuraai",
  "version": "0.0.11",
  "description": "Sakura Agent CLI + local runtime for managing AI coding sessions (Claude Code, Codex, OpenCode) and reaching them privately from the Sakura mobile app over Tailscale",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "sakuraai": "dist/index.js",
    "sakura": "dist/index.js"
  },
  "keywords": [
    "cli",
    "typescript",
    "command-line",
    "agent",
    "claude",
    "codex",
    "opencode",
    "remote-execution",
    "tailscale"
  ],
  "author": "Sakura",
  "homepage": "https://sakura.mom",
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist",
    "!dist/**/*.map",
    "scripts/download-tsnet.js",
    "scripts/download-onboard.js",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "build:watch": "tsup --watch",
    "dev": "tsx src/index.ts",
    "clean": "rimraf dist",
    "typecheck": "tsc --noEmit",
    "postinstall": "node scripts/download-tsnet.js && node scripts/download-onboard.js",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "cli-table3": "^0.6.5",
    "commander": "^12.1.0",
    "ora": "^8.1.0",
    "qrcode-terminal": "^0.12.0",
    "ws": "^8.21.0"
  },
  "optionalDependencies": {
    "better-sqlite3": "^11.3.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.11",
    "@types/node": "^22.7.0",
    "@types/qrcode-terminal": "^0.12.2",
    "@types/ws": "^8.18.1",
    "rimraf": "^6.0.1",
    "tsup": "^8.3.0",
    "tsx": "^4.19.0",
    "typescript": "^5.6.0"
  }
}
