{
  "name": "@nemoobc/opencode-termux",
  "version": "1.20.9",
  "description": "opencode CLI native untuk Termux/Android tanpa proot \u2014 membundel loader musl + binary opencode resmi (upstream opencode-ai)",
  "type": "module",
  "bin": {
    "opencode-termux": "./bin/opencode-termux.js"
  },
  "scripts": {
    "postinstall": "node install.mjs",
    "test": "node test/run.mjs",
    "test:e2e": "node test/run.mjs --e2e",
    "lint": "echo 'No linter configured'",
    "typecheck": "tsc --noEmit",
    "build": "tsc"
  },
  "keywords": [
    "opencode",
    "termux",
    "android",
    "cli",
    "ai"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "files": [
    "bin",
    "install.mjs",
    "lib",
    "prebuilt",
    "LICENSE",
    "README.md",
    "agents",
    "commands",
    "config"
  ],
  "devDependencies": {
    "@types/node": "^26.4.0",
    "typescript": "^5.9.3",
    "tsx": "^4.19.0"
  },
  "opencodeUpstream": "1.18.29",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nemoobc/opencode-termux.git"
  },
  "homepage": "https://github.com/nemoobc/opencode-termux#readme"
}
