{
  "name": "omni-catalyst",
  "version": "1.0.1",
  "description": "Modular Dev Environment for Termux — install languages, databases, AI agents, editors, and more with one command",
  "bin": {
    "omni": "core/bin/omni",
    "core": "core/bin/core"
  },
  "main": "core/bin/core",
  "files": [
    "core/",
    "install.sh",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/israel676767/omni.git"
  },
  "keywords": [
    "termux",
    "dev-environment",
    "cli",
    "modular",
    "android",
    "developer-tools"
  ],
  "author": "israel marques",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/israel676767/omni/issues"
  },
  "homepage": "https://omni-catalyst.vercel.app",
  "os": [
    "android"
  ],
  "scripts": {
    "postinstall": "node scripts/npm-install.js"
  }
}