{
  "name": "higherup",
  "version": "2.2.2",
  "type": "module",
  "description": "Give AI agents full access to your development machine - command execution, file operations, screen capture, and autonomous mode",
  "main": "dist/agent.js",
  "bin": {
    "higherup": "./bin/higherup.js"
  },
  "scripts": {
    "start": "node dist/agent.js",
    "dev": "tsx src/agent.ts",
    "build": "tsc && chmod +x bin/higherup.js",
    "prepublishOnly": "npm run build",
    "postinstall": "echo '✓ Higherup agent installed. Run: higherup help'",
    "test": "vitest run"
  },
  "files": [
    "dist",
    "bin",
    "README.md"
  ],
  "keywords": [
    "higherup",
    "ai",
    "agent",
    "mcp",
    "screen-capture",
    "remote-control",
    "autonomous",
    "cli",
    "lovable",
    "claude",
    "gpt",
    "automation",
    "development"
  ],
  "author": "Higherup",
  "license": "MIT",
  "homepage": "https://higherup.ai",
  "repository": {
    "type": "git",
    "url": "https://github.com/hnibbo/HUagent"
  },
  "bugs": {
    "url": "https://github.com/hnibbo/HUagent/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.25.1",
    "axios": "^1.6.0",
    "chalk": "^5.4.1",
    "commander": "^12.1.0",
    "inquirer": "^9.3.6",
    "node-fetch": "^3.3.2",
    "ora": "^8.1.0",
    "semver": "^7.5.4",
    "update-notifier": "^7.0.0",
    "which": "^4.0.0"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.9",
    "@types/node": "^20.17.9",
    "@types/semver": "^7.7.1",
    "@types/update-notifier": "^6.0.8",
    "@types/which": "^3.0.4",
    "tsx": "^4.19.0",
    "typescript": "^5.6.0",
    "vitest": "^4.0.16"
  }
}
