{
  "name": "atlas-pc-agent",
  "version": "1.0.0",
  "description": "Atlas PC Agent - Executes real-world actions on Windows",
  "main": "dist/agent.js",
  "scripts": {
    "dev": "nodemon src/agent.js",
    "start": "node dist/agent.js",
    "build": "tsc",
    "install-service": "node scripts/install-service.js",
    "uninstall-service": "node scripts/uninstall-service.js",
    "test": "jest"
  },
  "keywords": ["atlas", "agent", "automation", "windows"],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "ws": "^8.14.2",
    "dotenv": "^16.3.1",
    "uuid": "^9.0.1",
    "playwright": "^1.40.1",
    "node-windows": "^1.0.0-beta.8"
  },
  "devDependencies": {
    "nodemon": "^3.0.2",
    "jest": "^29.7.0"
  }
}
