{
  "name": "dp-worker",
  "version": "0.1.13",
  "description": "Dipclaw Worker (worker) — browser automation agent with scheduling, skills, and LLM integration. Connects to dp-center via center mode or runs standalone.",
  "type": "module",
  "bin": {
    "dp-worker": "dist/index.js"
  },
  "files": [
    "dist",
    "builtin-skills",
    "config.example.json",
    "scripts/install-cloakbrowser.mjs"
  ],
  "scripts": {
    "prebuild": "npm --prefix ../dp-shared run build",
    "build": "tsc && node scripts/copy-chrome-extension.mjs && chmod +x dist/index.js",
    "predev": "npm --prefix ../dp-shared run build",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "pretest": "npm --prefix ../dp-shared run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "postinstall": "node scripts/install-cloakbrowser.mjs",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "agent",
    "browser-automation",
    "playwright",
    "llm",
    "telegram",
    "chrome",
    "automation"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dipcoinlab/dipclaw.git"
  },
  "homepage": "https://github.com/dipcoinlab/dipclaw",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.86.1",
    "cloakbrowser": "^0.3.31",
    "commander": "^14.0.3",
    "dp-shared": "file:../dp-shared",
    "grammy": "^1.42.0",
    "node-cron": "^4.2.1",
    "openai": "^6.34.0",
    "playwright-core": "^1.59.1",
    "sharp": "^0.34.5",
    "ws": "^8.20.1",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^25.5.2",
    "@types/node-cron": "^3.0.11",
    "@types/ws": "^8.18.1",
    "tsx": "^4.21.0",
    "typescript": "^6.0.2",
    "vitest": "^4.1.5"
  },
  "bundledDependencies": [
    "dp-shared"
  ],
  "bundleDependencies": [
    "dp-shared"
  ]
}
