{
  "name": "@aiox-squads/installer",
  "version": "3.3.9",
  "description": "AIOX Installer - Automated setup wizard for AIOX projects (greenfield & brownfield)",
  "main": "src/index.js",
  "bin": {
    "aiox-installer": "./src/index.js"
  },
  "exports": {
    ".": "./src/index.js",
    "./aiox-core-installer": "./src/installer/aiox-core-installer.js",
    "./pro-setup": "./src/wizard/pro-setup.js",
    "./pro-scaffolder": "./src/pro/pro-scaffolder.js",
    "./package.json": "./package.json"
  },
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:unit": "jest tests/unit",
    "test:integration": "jest tests/integration"
  },
  "keywords": [
    "aiox",
    "installer",
    "wizard",
    "cli",
    "setup",
    "greenfield",
    "brownfield"
  ],
  "author": "AIOX Fullstack Team",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@aiox-squads/core": "^5.1.0",
    "@clack/prompts": "^0.11.0",
    "chalk": "^4.1.2",
    "cli-progress": "^3.12.0",
    "fs-extra": "^11.3.2",
    "inquirer": "^8.2.6",
    "js-yaml": "^4.1.0",
    "node-machine-id": "^1.1.12",
    "ora": "^5.4.1",
    "semver": "^7.7.2",
    "tar": "^7.5.7"
  },
  "devDependencies": {
    "jest": "^30.2.0"
  }
}
