{
  "name": "sleev",
  "version": "1.5.4",
  "description": "Sleeve CLI tool.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sleev3/sleev.git",
    "directory": "cli"
  },
  "type": "module",
  "bin": {
    "sleev": "./bin/sleev.exe"
  },
  "scripts": {
    "postinstall": "node ./postinstall.mjs"
  },
  "publishConfig": {
    "access": "public"
  },
  "optionalDependencies": {
    "sleev-linux-x64": "1.5.4",
    "sleev-linux-arm64": "1.5.4",
    "sleev-darwin-x64": "1.5.4",
    "sleev-darwin-arm64": "1.5.4",
    "sleev-windows-x64": "1.5.4",
    "sleev-windows-arm64": "1.5.4"
  },
  "keywords": [
    "sleeve",
    "proxy",
    "tui",
    "claude-code",
    "codex"
  ],
  "license": "UNLICENSED",
  "engines": {
    "node": ">=22"
  }
}
