{
  "name": "flinch-cli",
  "version": "0.1.1",
  "description": "Stream your terminal to Flinch — readable, colorful, real-time terminal streaming for live coding sessions",
  "bin": {
    "flinch": "./dist/index.js"
  },
  "files": [
    "dist",
    "scripts",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/benbetterai/flinch.git",
    "directory": "packages/cli"
  },
  "homepage": "https://joinflinch.com",
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "prepublishOnly": "npm run build",
    "postinstall": "node scripts/fix-node-pty.js",
    "prepare": "node scripts/fix-node-pty.js"
  },
  "keywords": [
    "terminal",
    "streaming",
    "livekit",
    "coding",
    "live",
    "flinch"
  ],
  "license": "MIT",
  "dependencies": {
    "@livekit/rtc-node": "^0.13.24",
    "node-pty": "^1.0.0",
    "commander": "^13.0.0"
  },
  "devDependencies": {
    "@types/node": "^20",
    "tsx": "^4",
    "typescript": "^5"
  },
  "engines": {
    "node": ">=18 <24"
  }
}
