{
  "name": "reconstruct-cli",
  "version": "1.5.0",
  "description": "Reconstruct CLI — auth, MCP install (Cursor, Claude Code, Copilot, Codex), and bundled assistant plugins",
  "main": "dist/cli/index.js",
  "bin": {
    "reconstruct": "./bin/reconstruct"
  },
  "scripts": {
    "build": "tsc",
    "verify:bundles": "node scripts/verify-bundles.mjs",
    "prepublishOnly": "npm run verify:bundles && npm run build"
  },
  "keywords": [
    "reconstruct",
    "cli",
    "ai-assistant",
    "cursor",
    "claude-code",
    "codex",
    "windsurf",
    "roo-code",
    "mcp",
    "model-context-protocol",
    "ai-coding-assistant"
  ],
  "author": "BlkInnovate",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/blkinnovate/reconstruct.git",
    "directory": "reconstruct-cli"
  },
  "bugs": {
    "url": "https://github.com/blkinnovate/reconstruct/issues"
  },
  "homepage": "https://reconstruct.app",
  "files": [
    "bin",
    "dist",
    "bundled"
  ],
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=9.0.0"
  },
  "dependencies": {
    "@octokit/rest": "^22.0.1",
    "chalk": "^5.3.0",
    "commander": "^12.0.0",
    "fs-extra": "^11.2.0",
    "inquirer": "^9.2.12",
    "open": "^10.0.0",
    "ora": "^8.1.0",
    "tar": "^7.4.3"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/inquirer": "^9.0.7",
    "@types/node": "^20.11.0",
    "@types/tar": "^6.1.12",
    "typescript": "^5.3.0"
  }
}
