{
  "name": "@bash0816/agy-termux",
  "version": "1.2.3",
  "description": "Google Antigravity CLI (agy) for Termux on Android ARM64",
  "bin": {
    "agy": "./bin/agy.js"
  },
  "scripts": {
    "prepack": "node scripts/verify-version-sync.js"
  },
  "license": "GPL-3.0-only",
  "engines": {
    "node": ">=18"
  },
  "os": [
    "android"
  ],
  "cpu": [
    "arm64"
  ],
  "keywords": [
    "agy",
    "antigravity",
    "termux",
    "android",
    "arm64",
    "google"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bash0816/agy-termux"
  },
  "files": [
    "bin/",
    "lib/",
    "config/",
    "README.md",
    "NOTICE.md",
    "LICENSE"
  ]
}
