{
  "name": "@maka/maka-cli",
  "version": "5.271.0",
  "type": "module",
  "summary": "A command line tool for scaffolding Meteor 3.x applications using either React.",
  "description": "A command line tool for scaffolding Meteor 3.x applications using React.",
  "homepage": "https://github.com/maka-io/maka-cli",
  "files": [
    "bundle/typescript",
    "!bundle/typescript/**/*.map",
    "!bundle/typescript/**/*.d.ts",
    "bundle/typescript/src/templates"
  ],
  "main": "./bundle/typescript/src/maka.js",
  "bin": {
    "maka": "./bundle/typescript/src/exec.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/maka-io/maka-cli.git"
  },
  "bugs": {
    "url": "https://github.com/maka-io/maka-cli/issues",
    "email": "maka@maka-cli.com"
  },
  "scripts": {
    "lint": "eslint src/ --fix",
    "maka": "./typescript/src/maka.js",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "develop": "npm run build && concurrently \"tsc -w\" \"wait-on -d 10 ./src/exec.js && chmod +x ./src/exec.js\"",
    "build": "node scripts/check-deps.mjs && rm -rf ./bundle && tsc && npm run typecheck && npm run prep && node scripts/check-command-registry.mjs",
    "check:deps": "node scripts/check-deps.mjs",
    "prep": " cp -R ./src/templates ./bundle/typescript/src/ && cp ./README.md ./bundle/typescript/src/ && cp ./package.json ./bundle/typescript/ && cp ./src/commands/game/sideQuest/scenes/*.json ./bundle/typescript/src/commands/game/sideQuest/scenes/ && chmod +x ./bundle/typescript/src/exec.js",
    "build:bundle": "node scripts/build-bundle.mjs",
    "test:parity": "node scripts/check-bundle-parity.mjs",
    "package": "npm run build:bundle && node scripts/package.mjs",
    "distribute": "node scripts/distribute.mjs",
    "prepare": "husky install",
    "typecheck": "tsc -p tsconfig.typecheck.json"
  },
  "author": "Maka <maka@maka-cli.com>",
  "license": "MIT",
  "dependencies": {
    "@aws-sdk/client-ec2": "^3.1111.0",
    "@aws-sdk/client-ecr": "^3.1111.0",
    "@aws-sdk/client-route-53": "^3.1111.0",
    "@aws-sdk/client-route-53-domains": "^3.1111.0",
    "@dotenvx/dotenvx": "^2.21.0",
    "@inquirer/prompts": "^8.5.2",
    "@maka/meteor-sdk": "^0.2.13",
    "@maka/tar": "^6.2.2",
    "@modelcontextprotocol/sdk": "^1.30.0",
    "blessed": "^0.1.81",
    "chalk": "^4.1.2",
    "change-case": "^5.4.4",
    "cli-cursor": "^5.0.0",
    "cli-table": "^0.3.11",
    "cross-spawn": "^7.0.6",
    "ejs": "^6.0.1",
    "elegant-spinner": "^3.0.0",
    "http-proxy": "^1.18.1",
    "humps": "^2.0.1",
    "latest-version": "^9.0.0",
    "minimist": "^1.2.8",
    "node-forge": "^1.3.1",
    "rimraf": "^6.0.1",
    "semver": "^7.6.3",
    "single-line-log2": "^1.1.3",
    "slash": "^5.1.0",
    "spawn-args": "0.2.0",
    "tar": "^7.4.3",
    "uuid": "^14.0.1",
    "ws": "^8.21.3",
    "xtend": "^4.0.2",
    "zod": "^4.5.4"
  },
  "devDependencies": {
    "@aws-sdk/types": "^3.974.4",
    "@babel/eslint-parser": "^7.25.9",
    "@eslint/js": "^9.13.0",
    "@types/blessed": "^0.1.25",
    "@types/cli-color": "^2.0.6",
    "@types/cli-table": "^0.3.4",
    "@types/cross-spawn": "^6.0.6",
    "@types/ejs": "^3.1.5",
    "@types/fibers": "^3.1.4",
    "@types/http-proxy": "^1.17.15",
    "@types/humps": "^2.0.6",
    "@types/inquirer": "^9.0.7",
    "@types/jest": "^30.0.0",
    "@types/jsonwebtoken": "^9.0.7",
    "@types/meteor": "^2.9.8",
    "@types/minimist": "^1.2.5",
    "@types/node": "^22.8.5",
    "@types/uuid": "^10.0.0",
    "@types/ws": "^8.18.1",
    "@yao-pkg/pkg": "^6.22.0",
    "concurrently": "^10.0.5",
    "esbuild": "^0.28.2",
    "eslint": "^9.13.0",
    "globals": "^17.11.0",
    "husky": "^9.1.6",
    "jest": "^30.4.2",
    "ts-jest": "^29.2.5",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.67.0",
    "wait-on": "^9.1.0"
  },
  "engines": {
    "node": ">=22.17.0",
    "npm": ">=10.9.2"
  },
  "overrides": {
    "glob": "^13.0.0",
    "@maka/meteor-sdk": {
      "@babel/runtime": "7.26.10",
      "tmp": "0.2.7",
      "got": "11.8.5"
    },
    "prebuild-install": {
      "tar-fs": "2.1.4"
    }
  }
}
