{
  "name": "@mmmbuto/masix",
  "version": "0.4.18",
  "description": "Termux-first MIT automation runtime for Android/Termux; Linux/macOS supported via source builds and Homebrew; bundled plugin-base packages auto-install or auto-build as needed",
  "main": "check-update.js",
  "files": [
    "README.md",
    "install.js",
    "check-update.js",
    "prebuilt/",
    "packages/",
    "workspace/"
  ],
  "bin": {
    "masix": "prebuilt/masix",
    "masix-check-update": "check-update.js"
  },
  "scripts": {
    "prepack": "rm -rf workspace/target",
    "postinstall": "node install.js",
    "check-update": "node check-update.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "termux",
    "telegram",
    "mcp",
    "cron",
    "ai",
    "messaging",
    "android",
    "stt"
  ],
  "author": "Davide A. Guglielmi <dev@mmmbuto.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DioNanos/MasiX.git"
  },
  "homepage": "https://github.com/DioNanos/MasiX#readme",
  "publishConfig": {
    "access": "public"
  },
  "os": [
    "linux",
    "android"
  ],
  "cpu": [
    "arm64"
  ]
}
