{
  "name": "@mutmutco/cli",
  "version": "4.1.8",
  "description": "MMI Future CLI — the org dev toolbox and shared cross-IDE engine for every registry-declared MMI coding surface.",
  "type": "module",
  "license": "UNLICENSED",
  "author": {
    "name": "MMI Future",
    "email": "69869555+jervaise@users.noreply.github.com"
  },
  "homepage": "https://github.com/mutmutco/MMI-Hub#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mutmutco/MMI-Hub.git",
    "directory": "cli"
  },
  "bugs": {
    "url": "https://github.com/mutmutco/MMI-Hub/issues"
  },
  "bin": {
    "mmi-cli": "dist/index.cjs"
  },
  "engines": {
    "node": ">=22"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "node build.mjs && node ../scripts/refresh-distribution-bom.mjs",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "commander": "^15.0.0",
    "tree-sitter-wasm": "^1.1.4",
    "web-tree-sitter": "^0.26.12"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "esbuild": "^0.28.1",
    "typescript": "^5.7.0",
    "vitest": "^4.1.0"
  }
}
