{
  "name": "openclawd-termux",
  "version": "1.0.0",
  "description": "OpenClaw AI Gateway for Android Termux with Bionic Bypass",
  "main": "lib/index.js",
  "type": "module",
  "bin": {
    "openclawdx": "bin/openclawdx",
    "openclawdx-setup": "bin/openclawdx"
  },
  "scripts": {
    "test": "node lib/test.js",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "postinstall": "node lib/postinstall.js"
  },
  "keywords": [
    "openclaw",
    "termux",
    "android",
    "ai",
    "gateway",
    "gemini",
    "claude"
  ],
  "author": "Mithun Gowda B <mithungowda.b7411@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mithun50/openclawd-termux.git"
  },
  "homepage": "https://github.com/mithun50/openclawd-termux#readme",
  "bugs": {
    "url": "https://github.com/mithun50/openclawd-termux/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "os": [
    "android",
    "linux"
  ],
  "dependencies": {
    "chalk": "^5.3.0",
    "inquirer": "^9.2.12",
    "ora": "^7.0.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.17.0",
    "eslint": "^9.17.0",
    "globals": "^15.14.0"
  }
}
