{
  "name": "@homespunapps/cli",
  "version": "1.6.89",
  "description": "Command-line client for the Homespun relay: deploy a real multi-user web app from your agent, then keep reading and writing its data.",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "homespun",
    "cli",
    "agent",
    "relay",
    "human-in-the-loop"
  ],
  "homepage": "https://homespun.dev",
  "bugs": {
    "url": "https://github.com/homespunapps/homespun/issues"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "homespun": "dist/index.js"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit && tsc -p tsconfig.tests.json",
    "test": "vitest run",
    "test:unit": "vitest run"
  },
  "dependencies": {
    "@homespunapps/core": "^1.6.89",
    "qrcode-terminal": "^0.12.0"
  },
  "devDependencies": {
    "@types/node": "^26.2.0",
    "@types/qrcode-terminal": "^0.12.2",
    "typescript": "^7.0.2",
    "vitest": "^4.1.11"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/homespunapps/homespun.git",
    "directory": "packages/cli"
  }
}
